Html Css Color HEX #32E42B Lime Green

📋 copy color: '#32E42B'

red 50 ◦ green 228 ◦ blue 43

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

Shades of Lime Green #32E42B

Tints of Lime Green #32E42B

RGB

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

 GREEN value IS 228 (89.45% from 255) = 71.03%

 BLUE value IS 43 (17.19% from 255) = 13.4%

R = 15.58%
G = 71.03%
B = 13.4%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#32E42B (or 0x32E42B) is known color: Lime Green. HEX triplet: 32, E4 and 2B. RGB value is (50,228,43). Sum of RGB (Red+Green+Blue) = 50+228+43=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 228 (89.45% from 255 or 71.03% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 228 - color contains mainly: green. Hex color #32E42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32E42B is #CD1BD4. Grayscale: #9A9A9A. Windows color (decimal): -13442005 or 2876466. OLE color: 2876466.

HSL color Cylindrical-coordinate representation of color #32E42B: hue angle of 117.73º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32E42B is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 50 228 43 -
CMYK 0.78 0 0.81 0.11
HSL 117.73º 0.77% 0.53% -
HSV(B) 117.73º 0.81% 0.89% -
XYZ 29.49 56.34 11.61 -
YUV 153.69 65.53 54.04 -
System Red Green Blue C M Y K H S L
Decimal 50 228 43 0.78 0 0.81 0.11 117.73 0.77 0.53
Hex 32 E4 2B 4E 0 51 B 76 4D 35
Octal 62 344 53 116 0 121 13 166 115 65
Binary 110010 11100100 101011 1001110 0 1010001 1011 1110110 1001101 110101

Color Harmonies of #32E42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32E42B

Black with #32E42B

Text Example


Text Example

White with #32E42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,228,43); }

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

background-color css

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

 a { background-color: rgb(50,228,43); }

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

border-color css

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

 span { border-color: rgb(50,228,43); }

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