Html Css Color HEX #32B420 Lime Green

📋 copy color: '#32B420'

red 50 ◦ green 180 ◦ blue 32

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

Shades of Lime Green #32B420

Tints of Lime Green #32B420

RGB

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

 GREEN value IS 180 (70.7% from 255) = 68.7%

 BLUE value IS 32 (12.89% from 255) = 12.21%

R = 19.08%
G = 68.7%
B = 12.21%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#32B420 (or 0x32B420) is known color: Lime Green. HEX triplet: 32, B4 and 20. RGB value is (50,180,32). Sum of RGB (Red+Green+Blue) = 50+180+32=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 180 (70.70% from 255 or 68.70% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 180 - color contains mainly: green. Hex color #32B420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B420 is #CD4BDF. Grayscale: #7C7C7C. Windows color (decimal): -13454304 or 2143282. OLE color: 2143282.

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

Color convert

RGB 50 180 32 -
CMYK 0.72 0 0.82 0.29
HSL 112.7º 0.7% 0.42% -
HSV(B) 112.7º 0.82% 0.71% -
XYZ 17.9 33.42 6.87 -
YUV 124.26 75.93 75.03 -
System Red Green Blue C M Y K H S L
Decimal 50 180 32 0.72 0 0.82 0.29 112.7 0.7 0.42
Hex 32 B4 20 48 0 52 1D 71 46 2A
Octal 62 264 40 110 0 122 35 161 106 52
Binary 110010 10110100 100000 1001000 0 1010010 11101 1110001 1000110 101010

Color Harmonies of #32B420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B420

Black with #32B420

Text Example


Text Example

White with #32B420

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,180,32); }

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

background-color css

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

 a { background-color: rgb(50,180,32); }

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

border-color css

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

 span { border-color: rgb(50,180,32); }

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