Html Css Color HEX #1CD112 Lime Green

📋 copy color: '#1CD112'

red 28 ◦ green 209 ◦ blue 18

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

Shades of Lime Green #1CD112

Tints of Lime Green #1CD112

RGB

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

 GREEN value IS 209 (82.03% from 255) = 81.96%

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

R = 10.98%
G = 81.96%
B = 7.06%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#1CD112 (or 0x1CD112) is known color: Lime Green. HEX triplet: 1C, D1 and 12. RGB value is (28,209,18). Sum of RGB (Red+Green+Blue) = 28+209+18=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 209 (82.03% from 255 or 81.96% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CD112 is #E32EED. Grayscale: #858585. Windows color (decimal): -14888686 or 1233180. OLE color: 1233180.

HSL color Cylindrical-coordinate representation of color #1CD112: hue angle of 116.86º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1CD112 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 28 209 18 -
CMYK 0.87 0 0.91 0.18
HSL 116.86º 0.84% 0.45% -
HSV(B) 116.86º 0.91% 0.82% -
XYZ 23.39 45.89 8.2 -
YUV 133.11 63.03 53.03 -
System Red Green Blue C M Y K H S L
Decimal 28 209 18 0.87 0 0.91 0.18 116.86 0.84 0.45
Hex 1C D1 12 57 0 5B 12 75 54 2D
Octal 34 321 22 127 0 133 22 165 124 55
Binary 11100 11010001 10010 1010111 0 1011011 10010 1110101 1010100 101101

Color Harmonies of #1CD112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD112

Black with #1CD112

Text Example


Text Example

White with #1CD112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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