Html Css Color HEX #32FF2F Lime Green

📋 copy color: '#32FF2F'

red 50 ◦ green 255 ◦ blue 47

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

Shades of Lime Green #32FF2F

Tints of Lime Green #32FF2F

RGB

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

 GREEN value IS 255 (100% from 255) = 72.44%

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

R = 14.2%
G = 72.44%
B = 13.35%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0

RGB Variations

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

Color information

#32FF2F (or 0x32FF2F) is known color: Lime Green. HEX triplet: 32, FF and 2F. RGB value is (50,255,47). Sum of RGB (Red+Green+Blue) = 50+255+47=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 255 (100% from 255 or 72.44% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 255 - color contains mainly: green. Hex color #32FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FF2F is #CD00D0. Grayscale: #AAAAAA. Windows color (decimal): -13435089 or 3145522. OLE color: 3145522.

HSL color Cylindrical-coordinate representation of color #32FF2F: hue angle of 119.13º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32FF2F is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.

Color convert

RGB 50 255 47 -
CMYK 0.80 0 0.82 0
HSL 119.13º 1% 0.59% -
HSV(B) 119.13º 0.82% 1% -
XYZ 37.59 72.4 14.68 -
YUV 169.99 58.58 42.41 -
System Red Green Blue C M Y K H S L
Decimal 50 255 47 0.80 0 0.82 0 119.13 1 0.59
Hex 32 FF 2F 50 0 52 0 77 64 3B
Octal 62 377 57 120 0 122 0 167 144 73
Binary 110010 11111111 101111 1010000 0 1010010 0 1110111 1100100 111011

Color Harmonies of #32FF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FF2F

Black with #32FF2F

Text Example


Text Example

White with #32FF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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