Html Css Color HEX #32BA38 Lime Green

📋 copy color: '#32BA38'

red 50 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #32BA38

Tints of Lime Green #32BA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 17.12%
G = 63.7%
B = 19.18%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#32BA38 (or 0x32BA38) is known color: Lime Green. HEX triplet: 32, BA and 38. RGB value is (50,186,56). Sum of RGB (Red+Green+Blue) = 50+186+56=292 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.12% from 292); Green value is 186 (73.05% from 255 or 63.70% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA38 is #CD45C7. Grayscale: #828282. Windows color (decimal): -13452744 or 3717682. OLE color: 3717682.

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

Color convert

RGB 50 186 56 -
CMYK 0.73 0 0.70 0.27
HSL 122.65º 0.58% 0.46% -
HSV(B) 122.65º 0.73% 0.73% -
XYZ 19.59 36.08 9.67 -
YUV 130.52 85.94 70.57 -
System Red Green Blue C M Y K H S L
Decimal 50 186 56 0.73 0 0.70 0.27 122.65 0.58 0.46
Hex 32 BA 38 49 0 46 1B 7B 3A 2E
Octal 62 272 70 111 0 106 33 173 72 56
Binary 110010 10111010 111000 1001001 0 1000110 11011 1111011 111010 101110

Color Harmonies of #32BA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA38

Black with #32BA38

Text Example


Text Example

White with #32BA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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