Html Css Color HEX #32BE46 Lime Green

📋 copy color: '#32BE46'

red 50 ◦ green 190 ◦ blue 70

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

Shades of Lime Green #32BE46

Tints of Lime Green #32BE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.58%

R = 16.13%
G = 61.29%
B = 22.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#32BE46 (or 0x32BE46) is known color: Lime Green. HEX triplet: 32, BE and 46. RGB value is (50,190,70). Sum of RGB (Red+Green+Blue) = 50+190+70=310 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.13% from 310); Green value is 190 (74.61% from 255 or 61.29% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 190 - color contains mainly: green. Hex color #32BE46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BE46 is #CD41B9. Grayscale: #868686. Windows color (decimal): -13451706 or 4636210. OLE color: 4636210.

HSL color Cylindrical-coordinate representation of color #32BE46: hue angle of 128.57º 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 #32BE46 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 50 190 70 -
CMYK 0.74 0 0.63 0.25
HSL 128.57º 0.58% 0.47% -
HSV(B) 128.57º 0.74% 0.75% -
XYZ 20.83 37.95 12.02 -
YUV 134.46 91.62 67.76 -
System Red Green Blue C M Y K H S L
Decimal 50 190 70 0.74 0 0.63 0.25 128.57 0.58 0.47
Hex 32 BE 46 4A 0 3F 19 81 3A 2F
Octal 62 276 106 112 0 77 31 201 72 57
Binary 110010 10111110 1000110 1001010 0 111111 11001 10000001 111010 101111

Color Harmonies of #32BE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BE46

Black with #32BE46

Text Example


Text Example

White with #32BE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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