Html Css Color HEX #32BE48 Lime Green

📋 copy color: '#32BE48'

red 50 ◦ green 190 ◦ blue 72

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

Shades of Lime Green #32BE48

Tints of Lime Green #32BE48

RGB

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

 GREEN value IS 190 (74.61% from 255) = 60.9%

 BLUE value IS 72 (28.52% from 255) = 23.08%

R = 16.03%
G = 60.9%
B = 23.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#32BE48 (or 0x32BE48) is known color: Lime Green. HEX triplet: 32, BE and 48. RGB value is (50,190,72). Sum of RGB (Red+Green+Blue) = 50+190+72=312 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.03% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE48 is #CD41B7. Grayscale: #878787. Windows color (decimal): -13451704 or 4767282. OLE color: 4767282.

HSL color Cylindrical-coordinate representation of color #32BE48: hue angle of 129.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BE48 is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 190 72 -
CMYK 0.74 0 0.62 0.25
HSL 129.43º 0.58% 0.47% -
HSV(B) 129.43º 0.74% 0.75% -
XYZ 20.9 37.97 12.36 -
YUV 134.69 92.62 67.59 -
System Red Green Blue C M Y K H S L
Decimal 50 190 72 0.74 0 0.62 0.25 129.43 0.58 0.47
Hex 32 BE 48 4A 0 3E 19 81 3A 2F
Octal 62 276 110 112 0 76 31 201 72 57
Binary 110010 10111110 1001000 1001010 0 111110 11001 10000001 111010 101111

Color Harmonies of #32BE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE48

Black with #32BE48

Text Example


Text Example

White with #32BE48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,190,72); }

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

background-color css

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

 a { background-color: rgb(50,190,72); }

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

border-color css

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

 span { border-color: rgb(50,190,72); }

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