Html Css Color HEX #32B72F Lime Green

📋 copy color: '#32B72F'

red 50 ◦ green 183 ◦ blue 47

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

Shades of Lime Green #32B72F

Tints of Lime Green #32B72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 65.36%

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

R = 17.86%
G = 65.36%
B = 16.79%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#32B72F (or 0x32B72F) is known color: Lime Green. HEX triplet: 32, B7 and 2F. RGB value is (50,183,47). Sum of RGB (Red+Green+Blue) = 50+183+47=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #32B72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B72F is #CD48D0. Grayscale: #808080. Windows color (decimal): -13453521 or 3127090. OLE color: 3127090.

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

Color convert

RGB 50 183 47 -
CMYK 0.73 0 0.74 0.28
HSL 118.68º 0.59% 0.45% -
HSV(B) 118.68º 0.74% 0.72% -
XYZ 18.76 34.75 8.41 -
YUV 127.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 50 183 47 0.73 0 0.74 0.28 118.68 0.59 0.45
Hex 32 B7 2F 49 0 4A 1C 77 3B 2D
Octal 62 267 57 111 0 112 34 167 73 55
Binary 110010 10110111 101111 1001001 0 1001010 11100 1110111 111011 101101

Color Harmonies of #32B72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B72F

Black with #32B72F

Text Example


Text Example

White with #32B72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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