Html Css Color HEX #32BA4A Lime Green

📋 copy color: '#32BA4A'

red 50 ◦ green 186 ◦ blue 74

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

Shades of Lime Green #32BA4A

Tints of Lime Green #32BA4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 23.87%

R = 16.13%
G = 60%
B = 23.87%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#32BA4A (or 0x32BA4A) is known color: Lime Green. HEX triplet: 32, BA and 4A. RGB value is (50,186,74). Sum of RGB (Red+Green+Blue) = 50+186+74=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 186 (73.05% from 255 or 60% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA4A is #CD45B5. Grayscale: #848484. Windows color (decimal): -13452726 or 4897330. OLE color: 4897330.

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

Color convert

RGB 50 186 74 -
CMYK 0.73 0 0.60 0.27
HSL 130.59º 0.58% 0.46% -
HSV(B) 130.59º 0.73% 0.73% -
XYZ 20.11 36.29 12.42 -
YUV 132.57 94.94 69.11 -
System Red Green Blue C M Y K H S L
Decimal 50 186 74 0.73 0 0.60 0.27 130.59 0.58 0.46
Hex 32 BA 4A 49 0 3C 1B 83 3A 2E
Octal 62 272 112 111 0 74 33 203 72 56
Binary 110010 10111010 1001010 1001001 0 111100 11011 10000011 111010 101110

Color Harmonies of #32BA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA4A

Black with #32BA4A

Text Example


Text Example

White with #32BA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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