Html Css Color HEX #1CC32A Lime Green

📋 copy color: '#1CC32A'

red 28 ◦ green 195 ◦ blue 42

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

Shades of Lime Green #1CC32A

Tints of Lime Green #1CC32A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.85%

R = 10.57%
G = 73.58%
B = 15.85%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#1CC32A (or 0x1CC32A) is known color: Lime Green. HEX triplet: 1C, C3 and 2A. RGB value is (28,195,42). Sum of RGB (Red+Green+Blue) = 28+195+42=265 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.57% from 265); Green value is 195 (76.56% from 255 or 73.58% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC32A is #E33CD5. Grayscale: #808080. Windows color (decimal): -14892246 or 2802460. OLE color: 2802460.

HSL color Cylindrical-coordinate representation of color #1CC32A: hue angle of 125.03º 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 #1CC32A is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 28 195 42 -
CMYK 0.86 0 0.78 0.24
HSL 125.03º 0.75% 0.44% -
HSV(B) 125.03º 0.86% 0.76% -
XYZ 20.41 39.44 8.73 -
YUV 127.63 79.67 56.94 -
System Red Green Blue C M Y K H S L
Decimal 28 195 42 0.86 0 0.78 0.24 125.03 0.75 0.44
Hex 1C C3 2A 56 0 4E 18 7D 4B 2C
Octal 34 303 52 126 0 116 30 175 113 54
Binary 11100 11000011 101010 1010110 0 1001110 11000 1111101 1001011 101100

Color Harmonies of #1CC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC32A

Black with #1CC32A

Text Example


Text Example

White with #1CC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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