Html Css Color HEX #32BB40 Lime Green

📋 copy color: '#32BB40'

red 50 ◦ green 187 ◦ blue 64

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

Shades of Lime Green #32BB40

Tints of Lime Green #32BB40

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.13%

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

R = 16.61%
G = 62.13%
B = 21.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#32BB40 (or 0x32BB40) is known color: Lime Green. HEX triplet: 32, BB and 40. RGB value is (50,187,64). Sum of RGB (Red+Green+Blue) = 50+187+64=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #32BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BB40 is #CD44BF. Grayscale: #848484. Windows color (decimal): -13452480 or 4242226. OLE color: 4242226.

HSL color Cylindrical-coordinate representation of color #32BB40: hue angle of 126.13º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BB40 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 187 64 -
CMYK 0.73 0 0.66 0.27
HSL 126.13º 0.58% 0.46% -
HSV(B) 126.13º 0.73% 0.73% -
XYZ 20.01 36.59 10.86 -
YUV 132.02 89.61 69.5 -
System Red Green Blue C M Y K H S L
Decimal 50 187 64 0.73 0 0.66 0.27 126.13 0.58 0.46
Hex 32 BB 40 49 0 42 1B 7E 3A 2E
Octal 62 273 100 111 0 102 33 176 72 56
Binary 110010 10111011 1000000 1001001 0 1000010 11011 1111110 111010 101110

Color Harmonies of #32BB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BB40

Black with #32BB40

Text Example


Text Example

White with #32BB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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