Html Css Color HEX #1CC424 Lime Green

📋 copy color: '#1CC424'

red 28 ◦ green 196 ◦ blue 36

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

Shades of Lime Green #1CC424

Tints of Lime Green #1CC424

RGB

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

 GREEN value IS 196 (76.95% from 255) = 75.38%

 BLUE value IS 36 (14.45% from 255) = 13.85%

R = 10.77%
G = 75.38%
B = 13.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.23

RGB Variations

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

Color information

#1CC424 (or 0x1CC424) is known color: Lime Green. HEX triplet: 1C, C4 and 24. RGB value is (28,196,36). Sum of RGB (Red+Green+Blue) = 28+196+36=260 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.77% from 260); Green value is 196 (76.95% from 255 or 75.38% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 196 - color contains mainly: green. Hex color #1CC424 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC424 is #E33BDB. Grayscale: #808080. Windows color (decimal): -14891996 or 2409500. OLE color: 2409500.

HSL color Cylindrical-coordinate representation of color #1CC424: hue angle of 122.86º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC424 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.23.

Color convert

RGB 28 196 36 -
CMYK 0.86 0 0.82 0.23
HSL 122.86º 0.75% 0.44% -
HSV(B) 122.86º 0.86% 0.77% -
XYZ 20.54 39.85 8.28 -
YUV 127.53 76.34 57.01 -
System Red Green Blue C M Y K H S L
Decimal 28 196 36 0.86 0 0.82 0.23 122.86 0.75 0.44
Hex 1C C4 24 56 0 52 17 7B 4B 2C
Octal 34 304 44 126 0 122 27 173 113 54
Binary 11100 11000100 100100 1010110 0 1010010 10111 1111011 1001011 101100

Color Harmonies of #1CC424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC424

Black with #1CC424

Text Example


Text Example

White with #1CC424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,196,36); }

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

background-color css

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

 a { background-color: rgb(28,196,36); }

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

border-color css

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

 span { border-color: rgb(28,196,36); }

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