Html Css Color HEX #32BA40 Lime Green

📋 copy color: '#32BA40'

red 50 ◦ green 186 ◦ blue 64

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

Shades of Lime Green #32BA40

Tints of Lime Green #32BA40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 21.33%

R = 16.67%
G = 62%
B = 21.33%

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

#32BA40 (or 0x32BA40) is known color: Lime Green. HEX triplet: 32, BA and 40. RGB value is (50,186,64). Sum of RGB (Red+Green+Blue) = 50+186+64=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA40 is #CD45BF. Grayscale: #838383. Windows color (decimal): -13452736 or 4241970. OLE color: 4241970.

HSL color Cylindrical-coordinate representation of color #32BA40: hue angle of 126.18º 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 #32BA40 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 186 64 -
CMYK 0.73 0 0.66 0.27
HSL 126.18º 0.58% 0.46% -
HSV(B) 126.18º 0.73% 0.73% -
XYZ 19.8 36.17 10.79 -
YUV 131.43 89.94 69.92 -
System Red Green Blue C M Y K H S L
Decimal 50 186 64 0.73 0 0.66 0.27 126.18 0.58 0.46
Hex 32 BA 40 49 0 42 1B 7E 3A 2E
Octal 62 272 100 111 0 102 33 176 72 56
Binary 110010 10111010 1000000 1001001 0 1000010 11011 1111110 111010 101110

Color Harmonies of #32BA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA40

Black with #32BA40

Text Example


Text Example

White with #32BA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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