#21D41D

Color #21D41D Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21D41D

Tints of Lime Green #21D41D

Color information

#21D41D (or 0x21D41D) is unknown color: approx Lime Green. HEX triplet: 21, D4 and 1D. RGB value is (33,212,29). Sum of RGB (Red+Green+Blue) = 33+212+29=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 212 (83.20% from 255 or 77.37% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 212 - color contains mainly: green. Hex color #21D41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D41D is #DE2BE2. Grayscale: #8A8A8A. Windows color (decimal): -14560227 or 1954849. OLE color: 1954849.

HSL color Cylindrical-coordinate representation of color #21D41D: hue angle of 118.69º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21D41D is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB3321229-
CMYK0.8400.860.17
HSL118.69º75.93%47.25%-
HSV(B)118.69º86.32%83.14%-
XYZ24.3947.59.05-
YUV137.6266.753.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.04%
GREEN value IS 212 (83.20% from 255) = 77.37%
BLUE value IS 29 (11.72% from 255) = 10.58%
R=12.04%
G=77.37%
B=10.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal33212290.8400.860.17118.6975.9347.25
Hex21D41D5405611774c2f
Octal413243512401262116711457
Binary10000111010100111011010100010101101000111101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21D41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,212,29); }

 H1.HeaderClassName
 {
   color: #21D41D;
 }
 .AnyTagClassName
 {
   color: #21D41D;
 }
</style>
background-color css

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

 a { background-color: rgb(33,212,29); }

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

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

 span { border-color: rgb(33,212,29); }

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