Html Css Color HEX #32B528 Lime Green

📋 copy color: '#32B528'

red 50 ◦ green 181 ◦ blue 40

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

Shades of Lime Green #32B528

Tints of Lime Green #32B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 66.79%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 18.45%
G = 66.79%
B = 14.76%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#32B528 (or 0x32B528) is known color: Lime Green. HEX triplet: 32, B5 and 28. RGB value is (50,181,40). Sum of RGB (Red+Green+Blue) = 50+181+40=271 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.45% from 271); Green value is 181 (71.09% from 255 or 66.79% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 181 - color contains mainly: green. Hex color #32B528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B528 is #CD4AD7. Grayscale: #7E7E7E. Windows color (decimal): -13454040 or 2667826. OLE color: 2667826.

HSL color Cylindrical-coordinate representation of color #32B528: hue angle of 115.74º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32B528 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 181 40 -
CMYK 0.72 0 0.78 0.29
HSL 115.74º 0.64% 0.43% -
HSV(B) 115.74º 0.78% 0.71% -
XYZ 18.22 33.88 7.59 -
YUV 125.76 79.6 73.96 -
System Red Green Blue C M Y K H S L
Decimal 50 181 40 0.72 0 0.78 0.29 115.74 0.64 0.43
Hex 32 B5 28 48 0 4E 1D 74 40 2B
Octal 62 265 50 110 0 116 35 164 100 53
Binary 110010 10110101 101000 1001000 0 1001110 11101 1110100 1000000 101011

Color Harmonies of #32B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B528

Black with #32B528

Text Example


Text Example

White with #32B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,181,40); }

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

background-color css

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

 a { background-color: rgb(50,181,40); }

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

border-color css

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

 span { border-color: rgb(50,181,40); }

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