Html Css Color HEX #1CC32B Lime Green

📋 copy color: '#1CC32B'

red 28 ◦ green 195 ◦ blue 43

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

Shades of Lime Green #1CC32B

Tints of Lime Green #1CC32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.17%

R = 10.53%
G = 73.31%
B = 16.17%

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

#1CC32B (or 0x1CC32B) is known color: Lime Green. HEX triplet: 1C, C3 and 2B. RGB value is (28,195,43). Sum of RGB (Red+Green+Blue) = 28+195+43=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 195 (76.56% from 255 or 73.31% from 266); Blue value is 43 (17.19% from 255 or 16.17% from 266); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC32B is #E33CD4. Grayscale: #808080. Windows color (decimal): -14892245 or 2867996. OLE color: 2867996.

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

Color convert

RGB 28 195 43 -
CMYK 0.86 0 0.78 0.24
HSL 125.39º 0.75% 0.44% -
HSV(B) 125.39º 0.86% 0.76% -
XYZ 20.43 39.45 8.82 -
YUV 127.74 80.17 56.86 -
System Red Green Blue C M Y K H S L
Decimal 28 195 43 0.86 0 0.78 0.24 125.39 0.75 0.44
Hex 1C C3 2B 56 0 4E 18 7D 4B 2C
Octal 34 303 53 126 0 116 30 175 113 54
Binary 11100 11000011 101011 1010110 0 1001110 11000 1111101 1001011 101100

Color Harmonies of #1CC32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC32B

Black with #1CC32B

Text Example


Text Example

White with #1CC32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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