Html Css Color HEX #32DE15 Lime Green

📋 copy color: '#32DE15'

red 50 ◦ green 222 ◦ blue 21

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

Shades of Lime Green #32DE15

Tints of Lime Green #32DE15

RGB

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

 GREEN value IS 222 (87.11% from 255) = 75.77%

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 17.06%
G = 75.77%
B = 7.17%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#32DE15 (or 0x32DE15) is known color: Lime Green. HEX triplet: 32, DE and 15. RGB value is (50,222,21). Sum of RGB (Red+Green+Blue) = 50+222+21=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 222 (87.11% from 255 or 75.77% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 222 - color contains mainly: green. Hex color #32DE15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32DE15 is #CD21EA. Grayscale: #949494. Windows color (decimal): -13443563 or 1433138. OLE color: 1433138.

HSL color Cylindrical-coordinate representation of color #32DE15: hue angle of 111.34º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #32DE15 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 50 222 21 -
CMYK 0.77 0 0.91 0.13
HSL 111.34º 0.83% 0.48% -
HSV(B) 111.34º 0.91% 0.87% -
XYZ 27.57 52.97 9.48 -
YUV 147.66 56.52 58.34 -
System Red Green Blue C M Y K H S L
Decimal 50 222 21 0.77 0 0.91 0.13 111.34 0.83 0.48
Hex 32 DE 15 4D 0 5B D 6F 53 30
Octal 62 336 25 115 0 133 15 157 123 60
Binary 110010 11011110 10101 1001101 0 1011011 1101 1101111 1010011 110000

Color Harmonies of #32DE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DE15

Black with #32DE15

Text Example


Text Example

White with #32DE15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,222,21); }

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

background-color css

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

 a { background-color: rgb(50,222,21); }

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

border-color css

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

 span { border-color: rgb(50,222,21); }

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