Html Css Color HEX #32CD21 Lime Green

📋 copy color: '#32CD21'

red 50 ◦ green 205 ◦ blue 33

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

Shades of Lime Green #32CD21

Tints of Lime Green #32CD21

RGB

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

 GREEN value IS 205 (80.47% from 255) = 71.18%

 BLUE value IS 33 (13.28% from 255) = 11.46%

R = 17.36%
G = 71.18%
B = 11.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#32CD21 (or 0x32CD21) is known color: Lime Green. HEX triplet: 32, CD and 21. RGB value is (50,205,33). Sum of RGB (Red+Green+Blue) = 50+205+33=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 205 (80.47% from 255 or 71.18% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD21 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD21 is #CD32DE. Grayscale: #8B8B8B. Windows color (decimal): -13447903 or 2215218. OLE color: 2215218.

HSL color Cylindrical-coordinate representation of color #32CD21: hue angle of 114.07º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32CD21 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 33 -
CMYK 0.76 0 0.84 0.20
HSL 114.07º 0.72% 0.47% -
HSV(B) 114.07º 0.84% 0.8% -
XYZ 23.42 44.45 8.78 -
YUV 139.05 68.15 64.49 -
System Red Green Blue C M Y K H S L
Decimal 50 205 33 0.76 0 0.84 0.20 114.07 0.72 0.47
Hex 32 CD 21 4C 0 54 14 72 48 2F
Octal 62 315 41 114 0 124 24 162 110 57
Binary 110010 11001101 100001 1001100 0 1010100 10100 1110010 1001000 101111

Color Harmonies of #32CD21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD21

Black with #32CD21

Text Example


Text Example

White with #32CD21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,205,33); }

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

background-color css

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

 a { background-color: rgb(50,205,33); }

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

border-color css

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

 span { border-color: rgb(50,205,33); }

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