Html Css Color HEX #21DD3D Lime Green

📋 copy color: '#21DD3D'

red 33 ◦ green 221 ◦ blue 61

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

Shades of Lime Green #21DD3D

Tints of Lime Green #21DD3D

RGB

 RED value IS 33 (13.28% from 255) = 10.48%

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

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 10.48%
G = 70.16%
B = 19.37%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#21DD3D (or 0x21DD3D) is known color: Lime Green. HEX triplet: 21, DD and 3D. RGB value is (33,221,61). Sum of RGB (Red+Green+Blue) = 33+221+61=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 221 (86.72% from 255 or 70.16% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DD3D is #DE22C2. Grayscale: #939393. Windows color (decimal): -14557891 or 4054305. OLE color: 4054305.

HSL color Cylindrical-coordinate representation of color #21DD3D: hue angle of 128.94º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD3D is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 221 61 -
CMYK 0.85 0 0.72 0.13
HSL 128.94º 0.74% 0.5% -
HSV(B) 128.94º 0.85% 0.87% -
XYZ 27.33 52.37 13.08 -
YUV 146.55 79.72 47.01 -
System Red Green Blue C M Y K H S L
Decimal 33 221 61 0.85 0 0.72 0.13 128.94 0.74 0.5
Hex 21 DD 3D 55 0 48 D 81 4A 32
Octal 41 335 75 125 0 110 15 201 112 62
Binary 100001 11011101 111101 1010101 0 1001000 1101 10000001 1001010 110010

Color Harmonies of #21DD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DD3D

Black with #21DD3D

Text Example


Text Example

White with #21DD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21DD3D; }

 p { color: rgb(33,221,61); }

 H1.HeaderClassName
 {
   color: #21DD3D;
 }
 .AnyTagClassName
 {
   color: #21DD3D;
 }
</style>

background-color css

<style>
 a { background-color: #21DD3D; }

 a { background-color: rgb(33,221,61); }

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

border-color css

<style>
 span { border-color: #21DD3D; }

 span { border-color: rgb(33,221,61); }

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