Html Css Color HEX #1BC712 Lime Green

📋 copy color: '#1BC712'

red 27 ◦ green 199 ◦ blue 18

#1BC712
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #1BC712

Tints of Lime Green #1BC712

RGB

 RED value IS 27 (10.94% from 255) = 11.07%

 GREEN value IS 199 (78.13% from 255) = 81.56%

 BLUE value IS 18 (7.42% from 255) = 7.38%

R = 11.07%
G = 81.56%
B = 7.38%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.22

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1BC712 (or 0x1BC712) is known color: Lime Green. HEX triplet: 1B, C7 and 12. RGB value is (27,199,18). Sum of RGB (Red+Green+Blue) = 27+199+18=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 199 (78.12% from 255 or 81.56% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 199 - color contains mainly: green. Hex color #1BC712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1BC712 is #E438ED. Grayscale: #7F7F7F. Windows color (decimal): -14956782 or 1230619. OLE color: 1230619.

HSL color Cylindrical-coordinate representation of color #1BC712: hue angle of 117.02º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1BC712 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 27 199 18 -
CMYK 0.86 0 0.91 0.22
HSL 117.02º 0.83% 0.43% -
HSV(B) 117.02º 0.91% 0.78% -
XYZ 20.98 41.12 7.4 -
YUV 126.94 66.52 56.72 -
System Red Green Blue C M Y K H S L
Decimal 27 199 18 0.86 0 0.91 0.22 117.02 0.83 0.43
Hex 1B C7 12 56 0 5B 16 75 53 2B
Octal 33 307 22 126 0 133 26 165 123 53
Binary 11011 11000111 10010 1010110 0 1011011 10110 1110101 1010011 101011

Color Harmonies of #1BC712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC712

Black with #1BC712

Text Example


Text Example

White with #1BC712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BC712; }

 p { color: rgb(27,199,18); }

 H1.HeaderClassName
 {
   color: #1BC712;
 }
 .AnyTagClassName
 {
   color: #1BC712;
 }
</style>

background-color css

<style>
 a { background-color: #1BC712; }

 a { background-color: rgb(27,199,18); }

 div.DivClassName
 {
   background-color: #1BC712;
 }
 .BgClassName
 {
   background-color: #1BC712;
 }
</style>

border-color css

<style>
 span { border-color: #1BC712; }

 span { border-color: rgb(27,199,18); }

 td.TdClassName
 {
   border-color: #1BC712;
 }
 .TagClassName
 {
   border-color: #1BC712;
 }
</style>