Html Css Color HEX #1CB712 Lime Green

📋 copy color: '#1CB712'

red 28 ◦ green 183 ◦ blue 18

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

Shades of Lime Green #1CB712

Tints of Lime Green #1CB712

RGB

 RED value IS 28 (11.33% from 255) = 12.23%

 GREEN value IS 183 (71.88% from 255) = 79.91%

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

R = 12.23%
G = 79.91%
B = 7.86%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#1CB712 (or 0x1CB712) is known color: Lime Green. HEX triplet: 1C, B7 and 12. RGB value is (28,183,18). Sum of RGB (Red+Green+Blue) = 28+183+18=229 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.23% from 229); Green value is 183 (71.88% from 255 or 79.91% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CB712 is #E348ED. Grayscale: #767676. Windows color (decimal): -14895342 or 1226524. OLE color: 1226524.

HSL color Cylindrical-coordinate representation of color #1CB712: hue angle of 116.36º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CB712 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 28 183 18 -
CMYK 0.85 0 0.90 0.28
HSL 116.36º 0.82% 0.39% -
HSV(B) 116.36º 0.9% 0.72% -
XYZ 17.52 34.16 6.24 -
YUV 117.85 71.65 63.92 -
System Red Green Blue C M Y K H S L
Decimal 28 183 18 0.85 0 0.90 0.28 116.36 0.82 0.39
Hex 1C B7 12 55 0 5A 1C 74 52 27
Octal 34 267 22 125 0 132 34 164 122 47
Binary 11100 10110111 10010 1010101 0 1011010 11100 1110100 1010010 100111

Color Harmonies of #1CB712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CB712

Black with #1CB712

Text Example


Text Example

White with #1CB712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,183,18); }

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

background-color css

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

 a { background-color: rgb(28,183,18); }

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

border-color css

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

 span { border-color: rgb(28,183,18); }

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