Html Css Color HEX #1CC120 Lime Green

📋 copy color: '#1CC120'

red 28 ◦ green 193 ◦ blue 32

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

Shades of Lime Green #1CC120

Tints of Lime Green #1CC120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 76.28%

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

R = 11.07%
G = 76.28%
B = 12.65%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#1CC120 (or 0x1CC120) is known color: Lime Green. HEX triplet: 1C, C1 and 20. RGB value is (28,193,32). Sum of RGB (Red+Green+Blue) = 28+193+32=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 193 (75.78% from 255 or 76.28% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 193 - color contains mainly: green. Hex color #1CC120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC120 is #E33EDF. Grayscale: #7D7D7D. Windows color (decimal): -14892768 or 2146588. OLE color: 2146588.

HSL color Cylindrical-coordinate representation of color #1CC120: hue angle of 121.45º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CC120 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 193 32 -
CMYK 0.85 0 0.83 0.24
HSL 121.45º 0.75% 0.43% -
HSV(B) 121.45º 0.85% 0.76% -
XYZ 19.81 38.49 7.75 -
YUV 125.31 75.34 58.59 -
System Red Green Blue C M Y K H S L
Decimal 28 193 32 0.85 0 0.83 0.24 121.45 0.75 0.43
Hex 1C C1 20 55 0 53 18 79 4B 2B
Octal 34 301 40 125 0 123 30 171 113 53
Binary 11100 11000001 100000 1010101 0 1010011 11000 1111001 1001011 101011

Color Harmonies of #1CC120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC120

Black with #1CC120

Text Example


Text Example

White with #1CC120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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