Html Css Color HEX #32DD23 Lime Green

📋 copy color: '#32DD23'

red 50 ◦ green 221 ◦ blue 35

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

Shades of Lime Green #32DD23

Tints of Lime Green #32DD23

RGB

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

 GREEN value IS 221 (86.72% from 255) = 72.22%

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 16.34%
G = 72.22%
B = 11.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#32DD23 (or 0x32DD23) is known color: Lime Green. HEX triplet: 32, DD and 23. RGB value is (50,221,35). Sum of RGB (Red+Green+Blue) = 50+221+35=306 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.34% from 306); Green value is 221 (86.72% from 255 or 72.22% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD23 is #CD22DC. Grayscale: #959595. Windows color (decimal): -13443805 or 2350386. OLE color: 2350386.

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

Color convert

RGB 50 221 35 -
CMYK 0.77 0 0.84 0.13
HSL 115.16º 0.73% 0.5% -
HSV(B) 115.16º 0.84% 0.87% -
XYZ 27.48 52.51 10.28 -
YUV 148.67 63.85 57.62 -
System Red Green Blue C M Y K H S L
Decimal 50 221 35 0.77 0 0.84 0.13 115.16 0.73 0.5
Hex 32 DD 23 4D 0 54 D 73 49 32
Octal 62 335 43 115 0 124 15 163 111 62
Binary 110010 11011101 100011 1001101 0 1010100 1101 1110011 1001001 110010

Color Harmonies of #32DD23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32DD23

Black with #32DD23

Text Example


Text Example

White with #32DD23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,221,35); }

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

background-color css

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

 a { background-color: rgb(50,221,35); }

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

border-color css

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

 span { border-color: rgb(50,221,35); }

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