Html Css Color HEX #32BA42 Lime Green

📋 copy color: '#32BA42'

red 50 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #32BA42

Tints of Lime Green #32BA42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.85%

R = 16.56%
G = 61.59%
B = 21.85%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#32BA42 (or 0x32BA42) is known color: Lime Green. HEX triplet: 32, BA and 42. RGB value is (50,186,66). Sum of RGB (Red+Green+Blue) = 50+186+66=302 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.56% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 66 (26.17% from 255 or 21.85% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA42 is #CD45BD. Grayscale: #848484. Windows color (decimal): -13452734 or 4373042. OLE color: 4373042.

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

Color convert

RGB 50 186 66 -
CMYK 0.73 0 0.65 0.27
HSL 127.06º 0.58% 0.46% -
HSV(B) 127.06º 0.73% 0.73% -
XYZ 19.86 36.19 11.09 -
YUV 131.66 90.94 69.76 -
System Red Green Blue C M Y K H S L
Decimal 50 186 66 0.73 0 0.65 0.27 127.06 0.58 0.46
Hex 32 BA 42 49 0 41 1B 7F 3A 2E
Octal 62 272 102 111 0 101 33 177 72 56
Binary 110010 10111010 1000010 1001001 0 1000001 11011 1111111 111010 101110

Color Harmonies of #32BA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA42

Black with #32BA42

Text Example


Text Example

White with #32BA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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