Html Css Color HEX #32B52F Lime Green

📋 copy color: '#32B52F'

red 50 ◦ green 181 ◦ blue 47

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

Shades of Lime Green #32B52F

Tints of Lime Green #32B52F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.91%

R = 17.99%
G = 65.11%
B = 16.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#32B52F (or 0x32B52F) is known color: Lime Green. HEX triplet: 32, B5 and 2F. RGB value is (50,181,47). Sum of RGB (Red+Green+Blue) = 50+181+47=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 181 (71.09% from 255 or 65.11% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 181 - color contains mainly: green. Hex color #32B52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B52F is #CD4AD0. Grayscale: #7E7E7E. Windows color (decimal): -13454033 or 3126578. OLE color: 3126578.

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

Color convert

RGB 50 181 47 -
CMYK 0.72 0 0.74 0.29
HSL 118.66º 0.59% 0.45% -
HSV(B) 118.66º 0.74% 0.71% -
XYZ 18.35 33.93 8.27 -
YUV 126.56 83.1 73.4 -
System Red Green Blue C M Y K H S L
Decimal 50 181 47 0.72 0 0.74 0.29 118.66 0.59 0.45
Hex 32 B5 2F 48 0 4A 1D 77 3B 2D
Octal 62 265 57 110 0 112 35 167 73 55
Binary 110010 10110101 101111 1001000 0 1001010 11101 1110111 111011 101101

Color Harmonies of #32B52F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B52F

Black with #32B52F

Text Example


Text Example

White with #32B52F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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