Html Css Color HEX #1CD120 Lime Green

📋 copy color: '#1CD120'

red 28 ◦ green 209 ◦ blue 32

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

Shades of Lime Green #1CD120

Tints of Lime Green #1CD120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.9%

R = 10.41%
G = 77.7%
B = 11.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#1CD120 (or 0x1CD120) is known color: Lime Green. HEX triplet: 1C, D1 and 20. RGB value is (28,209,32). Sum of RGB (Red+Green+Blue) = 28+209+32=269 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.41% from 269); Green value is 209 (82.03% from 255 or 77.70% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 209 - color contains mainly: green. Hex color #1CD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD120 is #E32EDF. Grayscale: #878787. Windows color (decimal): -14888672 or 2150684. OLE color: 2150684.

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

Color convert

RGB 28 209 32 -
CMYK 0.87 0 0.85 0.18
HSL 121.33º 0.76% 0.46% -
HSV(B) 121.33º 0.87% 0.82% -
XYZ 23.54 45.95 9 -
YUV 134.7 70.03 51.89 -
System Red Green Blue C M Y K H S L
Decimal 28 209 32 0.87 0 0.85 0.18 121.33 0.76 0.46
Hex 1C D1 20 57 0 55 12 79 4C 2E
Octal 34 321 40 127 0 125 22 171 114 56
Binary 11100 11010001 100000 1010111 0 1010101 10010 1111001 1001100 101110

Color Harmonies of #1CD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CD120

Black with #1CD120

Text Example


Text Example

White with #1CD120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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