Html Css Color HEX #1CC32C Lime Green

📋 copy color: '#1CC32C'

red 28 ◦ green 195 ◦ blue 44

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

Shades of Lime Green #1CC32C

Tints of Lime Green #1CC32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 16.48%

R = 10.49%
G = 73.03%
B = 16.48%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#1CC32C (or 0x1CC32C) is known color: Lime Green. HEX triplet: 1C, C3 and 2C. RGB value is (28,195,44). Sum of RGB (Red+Green+Blue) = 28+195+44=267 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.49% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #1CC32C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC32C is #E33CD3. Grayscale: #808080. Windows color (decimal): -14892244 or 2933532. OLE color: 2933532.

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

Color convert

RGB 28 195 44 -
CMYK 0.86 0 0.77 0.24
HSL 125.75º 0.75% 0.44% -
HSV(B) 125.75º 0.86% 0.76% -
XYZ 20.45 39.46 8.92 -
YUV 127.85 80.67 56.78 -
System Red Green Blue C M Y K H S L
Decimal 28 195 44 0.86 0 0.77 0.24 125.75 0.75 0.44
Hex 1C C3 2C 56 0 4D 18 7E 4B 2C
Octal 34 303 54 126 0 115 30 176 113 54
Binary 11100 11000011 101100 1010110 0 1001101 11000 1111110 1001011 101100

Color Harmonies of #1CC32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1CC32C

Black with #1CC32C

Text Example


Text Example

White with #1CC32C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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