Html Css Color HEX #32BA3A Lime Green

📋 copy color: '#32BA3A'

red 50 ◦ green 186 ◦ blue 58

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

Shades of Lime Green #32BA3A

Tints of Lime Green #32BA3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.73%

R = 17.01%
G = 63.27%
B = 19.73%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#32BA3A (or 0x32BA3A) is known color: Lime Green. HEX triplet: 32, BA and 3A. RGB value is (50,186,58). Sum of RGB (Red+Green+Blue) = 50+186+58=294 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.01% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA3A is #CD45C5. Grayscale: #838383. Windows color (decimal): -13452742 or 3848754. OLE color: 3848754.

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

Color convert

RGB 50 186 58 -
CMYK 0.73 0 0.69 0.27
HSL 123.53º 0.58% 0.46% -
HSV(B) 123.53º 0.73% 0.73% -
XYZ 19.64 36.1 9.94 -
YUV 130.74 86.94 70.41 -
System Red Green Blue C M Y K H S L
Decimal 50 186 58 0.73 0 0.69 0.27 123.53 0.58 0.46
Hex 32 BA 3A 49 0 45 1B 7C 3A 2E
Octal 62 272 72 111 0 105 33 174 72 56
Binary 110010 10111010 111010 1001001 0 1000101 11011 1111100 111010 101110

Color Harmonies of #32BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA3A

Black with #32BA3A

Text Example


Text Example

White with #32BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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