Html Css Color HEX #32CB16 Lime Green

📋 copy color: '#32CB16'

red 50 ◦ green 203 ◦ blue 22

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

Shades of Lime Green #32CB16

Tints of Lime Green #32CB16

RGB

 RED value IS 50 (19.92% from 255) = 18.18%

 GREEN value IS 203 (79.69% from 255) = 73.82%

 BLUE value IS 22 (8.98% from 255) = 8%

R = 18.18%
G = 73.82%
B = 8%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#32CB16 (or 0x32CB16) is known color: Lime Green. HEX triplet: 32, CB and 16. RGB value is (50,203,22). Sum of RGB (Red+Green+Blue) = 50+203+22=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 203 (79.69% from 255 or 73.82% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CB16 is #CD34E9. Grayscale: #898989. Windows color (decimal): -13448426 or 1493810. OLE color: 1493810.

HSL color Cylindrical-coordinate representation of color #32CB16: hue angle of 110.72º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32CB16 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 203 22 -
CMYK 0.75 0 0.89 0.20
HSL 110.72º 0.8% 0.44% -
HSV(B) 110.72º 0.89% 0.8% -
XYZ 22.82 43.45 7.94 -
YUV 136.62 63.31 66.22 -
System Red Green Blue C M Y K H S L
Decimal 50 203 22 0.75 0 0.89 0.20 110.72 0.8 0.44
Hex 32 CB 16 4B 0 59 14 6F 50 2C
Octal 62 313 26 113 0 131 24 157 120 54
Binary 110010 11001011 10110 1001011 0 1011001 10100 1101111 1010000 101100

Color Harmonies of #32CB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB16

Black with #32CB16

Text Example


Text Example

White with #32CB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32CB16; }

 p { color: rgb(50,203,22); }

 H1.HeaderClassName
 {
   color: #32CB16;
 }
 .AnyTagClassName
 {
   color: #32CB16;
 }
</style>

background-color css

<style>
 a { background-color: #32CB16; }

 a { background-color: rgb(50,203,22); }

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

border-color css

<style>
 span { border-color: #32CB16; }

 span { border-color: rgb(50,203,22); }

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