Html Css Color HEX #32CB40 Lime Green

📋 copy color: '#32CB40'

red 50 ◦ green 203 ◦ blue 64

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

Shades of Lime Green #32CB40

Tints of Lime Green #32CB40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.19%

R = 15.77%
G = 64.04%
B = 20.19%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#32CB40 (or 0x32CB40) is known color: Lime Green. HEX triplet: 32, CB and 40. RGB value is (50,203,64). Sum of RGB (Red+Green+Blue) = 50+203+64=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 203 (79.69% from 255 or 64.04% from 317); Blue value is 64 (25.39% from 255 or 20.19% from 317); Max value from RGB is 203 - color contains mainly: green. Hex color #32CB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CB40 is #CD34BF. Grayscale: #8D8D8D. Windows color (decimal): -13448384 or 4246322. OLE color: 4246322.

HSL color Cylindrical-coordinate representation of color #32CB40: hue angle of 125.49º 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 #32CB40 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 203 64 -
CMYK 0.75 0 0.68 0.20
HSL 125.49º 0.6% 0.5% -
HSV(B) 125.49º 0.75% 0.8% -
XYZ 23.6 43.76 12.05 -
YUV 141.41 84.31 62.8 -
System Red Green Blue C M Y K H S L
Decimal 50 203 64 0.75 0 0.68 0.20 125.49 0.6 0.5
Hex 32 CB 40 4B 0 44 14 7D 3C 32
Octal 62 313 100 113 0 104 24 175 74 62
Binary 110010 11001011 1000000 1001011 0 1000100 10100 1111101 111100 110010

Color Harmonies of #32CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CB40

Black with #32CB40

Text Example


Text Example

White with #32CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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