Html Css Color HEX #32BA3F Lime Green

📋 copy color: '#32BA3F'

red 50 ◦ green 186 ◦ blue 63

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

Shades of Lime Green #32BA3F

Tints of Lime Green #32BA3F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.21%

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

R = 16.72%
G = 62.21%
B = 21.07%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#32BA3F (or 0x32BA3F) is known color: Lime Green. HEX triplet: 32, BA and 3F. RGB value is (50,186,63). Sum of RGB (Red+Green+Blue) = 50+186+63=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 186 (73.05% from 255 or 62.21% from 299); Blue value is 63 (25% from 255 or 21.07% from 299); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA3F is #CD45C0. Grayscale: #838383. Windows color (decimal): -13452737 or 4176434. OLE color: 4176434.

HSL color Cylindrical-coordinate representation of color #32BA3F: hue angle of 125.74º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BA3F is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 186 63 -
CMYK 0.73 0 0.66 0.27
HSL 125.74º 0.58% 0.46% -
HSV(B) 125.74º 0.73% 0.73% -
XYZ 19.77 36.15 10.64 -
YUV 131.31 89.44 70 -
System Red Green Blue C M Y K H S L
Decimal 50 186 63 0.73 0 0.66 0.27 125.74 0.58 0.46
Hex 32 BA 3F 49 0 42 1B 7E 3A 2E
Octal 62 272 77 111 0 102 33 176 72 56
Binary 110010 10111010 111111 1001001 0 1000010 11011 1111110 111010 101110

Color Harmonies of #32BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA3F

Black with #32BA3F

Text Example


Text Example

White with #32BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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