Html Css Color HEX #32CB42 Lime Green

📋 copy color: '#32CB42'

red 50 ◦ green 203 ◦ blue 66

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

Shades of Lime Green #32CB42

Tints of Lime Green #32CB42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 15.67%
G = 63.64%
B = 20.69%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#32CB42 (or 0x32CB42) is known color: Lime Green. HEX triplet: 32, CB and 42. RGB value is (50,203,66). Sum of RGB (Red+Green+Blue) = 50+203+66=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 203 (79.69% from 255 or 63.64% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB42 is #CD34BD. Grayscale: #8E8E8E. Windows color (decimal): -13448382 or 4377394. OLE color: 4377394.

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

Color convert

RGB 50 203 66 -
CMYK 0.75 0 0.67 0.20
HSL 126.27º 0.6% 0.5% -
HSV(B) 126.27º 0.75% 0.8% -
XYZ 23.65 43.78 12.36 -
YUV 141.64 85.31 62.64 -
System Red Green Blue C M Y K H S L
Decimal 50 203 66 0.75 0 0.67 0.20 126.27 0.6 0.5
Hex 32 CB 42 4B 0 43 14 7E 3C 32
Octal 62 313 102 113 0 103 24 176 74 62
Binary 110010 11001011 1000010 1001011 0 1000011 10100 1111110 111100 110010

Color Harmonies of #32CB42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB42

Black with #32CB42

Text Example


Text Example

White with #32CB42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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