Html Css Color HEX #32FB3F Lime Green

📋 copy color: '#32FB3F'

red 50 ◦ green 251 ◦ blue 63

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

Shades of Lime Green #32FB3F

Tints of Lime Green #32FB3F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.96%

 BLUE value IS 63 (25% from 255) = 17.31%

R = 13.74%
G = 68.96%
B = 17.31%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#32FB3F (or 0x32FB3F) is known color: Lime Green. HEX triplet: 32, FB and 3F. RGB value is (50,251,63). Sum of RGB (Red+Green+Blue) = 50+251+63=364 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.74% from 364); Green value is 251 (98.44% from 255 or 68.96% from 364); Blue value is 63 (25% from 255 or 17.31% from 364); Max value from RGB is 251 - color contains mainly: green. Hex color #32FB3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32FB3F is #CD04C0. Grayscale: #AAAAAA. Windows color (decimal): -13436097 or 4193074. OLE color: 4193074.

HSL color Cylindrical-coordinate representation of color #32FB3F: hue angle of 123.88º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32FB3F is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 50 251 63 -
CMYK 0.80 0 0.75 0.02
HSL 123.88º 0.96% 0.59% -
HSV(B) 123.88º 0.8% 0.98% -
XYZ 36.71 70.03 16.29 -
YUV 169.47 67.91 42.79 -
System Red Green Blue C M Y K H S L
Decimal 50 251 63 0.80 0 0.75 0.02 123.88 0.96 0.59
Hex 32 FB 3F 50 0 4B 2 7C 60 3B
Octal 62 373 77 120 0 113 2 174 140 73
Binary 110010 11111011 111111 1010000 0 1001011 10 1111100 1100000 111011

Color Harmonies of #32FB3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32FB3F

Black with #32FB3F

Text Example


Text Example

White with #32FB3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,251,63); }

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

background-color css

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

 a { background-color: rgb(50,251,63); }

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

border-color css

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

 span { border-color: rgb(50,251,63); }

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