Html Css Color HEX #32EB28 Lime Green

📋 copy color: '#32EB28'

red 50 ◦ green 235 ◦ blue 40

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

Shades of Lime Green #32EB28

Tints of Lime Green #32EB28

RGB

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

 GREEN value IS 235 (92.19% from 255) = 72.31%

 BLUE value IS 40 (16.02% from 255) = 12.31%

R = 15.38%
G = 72.31%
B = 12.31%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#32EB28 (or 0x32EB28) is known color: Lime Green. HEX triplet: 32, EB and 28. RGB value is (50,235,40). Sum of RGB (Red+Green+Blue) = 50+235+40=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 235 (92.19% from 255 or 72.31% from 325); Blue value is 40 (16.02% from 255 or 12.31% from 325); Max value from RGB is 235 - color contains mainly: green. Hex color #32EB28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EB28 is #CD14D7. Grayscale: #9E9E9E. Windows color (decimal): -13440216 or 2681650. OLE color: 2681650.

HSL color Cylindrical-coordinate representation of color #32EB28: hue angle of 116.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32EB28 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 50 235 40 -
CMYK 0.79 0 0.83 0.08
HSL 116.92º 0.83% 0.54% -
HSV(B) 116.92º 0.83% 0.92% -
XYZ 31.41 60.25 11.98 -
YUV 157.46 61.71 51.36 -
System Red Green Blue C M Y K H S L
Decimal 50 235 40 0.79 0 0.83 0.08 116.92 0.83 0.54
Hex 32 EB 28 4F 0 53 8 75 53 36
Octal 62 353 50 117 0 123 10 165 123 66
Binary 110010 11101011 101000 1001111 0 1010011 1000 1110101 1010011 110110

Color Harmonies of #32EB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EB28

Black with #32EB28

Text Example


Text Example

White with #32EB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,235,40); }

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

background-color css

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

 a { background-color: rgb(50,235,40); }

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

border-color css

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

 span { border-color: rgb(50,235,40); }

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