Html Css Color HEX #1CC324 Lime Green

📋 copy color: '#1CC324'

red 28 ◦ green 195 ◦ blue 36

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

Shades of Lime Green #1CC324

Tints of Lime Green #1CC324

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75.29%

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

R = 10.81%
G = 75.29%
B = 13.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#1CC324 (or 0x1CC324) is known color: Lime Green. HEX triplet: 1C, C3 and 24. RGB value is (28,195,36). Sum of RGB (Red+Green+Blue) = 28+195+36=259 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.81% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC324 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC324 is #E33CDB. Grayscale: #7F7F7F. Windows color (decimal): -14892252 or 2409244. OLE color: 2409244.

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

Color convert

RGB 28 195 36 -
CMYK 0.86 0 0.82 0.24
HSL 122.87º 0.75% 0.44% -
HSV(B) 122.87º 0.86% 0.76% -
XYZ 20.31 39.4 8.2 -
YUV 126.94 76.67 57.43 -
System Red Green Blue C M Y K H S L
Decimal 28 195 36 0.86 0 0.82 0.24 122.87 0.75 0.44
Hex 1C C3 24 56 0 52 18 7B 4B 2C
Octal 34 303 44 126 0 122 30 173 113 54
Binary 11100 11000011 100100 1010110 0 1010010 11000 1111011 1001011 101100

Color Harmonies of #1CC324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC324

Black with #1CC324

Text Example


Text Example

White with #1CC324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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