Html Css Color HEX #21D01D Lime Green

📋 copy color: '#21D01D'

red 33 ◦ green 208 ◦ blue 29

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

Shades of Lime Green #21D01D

Tints of Lime Green #21D01D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 77.04%

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 12.22%
G = 77.04%
B = 10.74%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#21D01D (or 0x21D01D) is known color: Lime Green. HEX triplet: 21, D0 and 1D. RGB value is (33,208,29). Sum of RGB (Red+Green+Blue) = 33+208+29=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 208 (81.64% from 255 or 77.04% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 208 - color contains mainly: green. Hex color #21D01D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D01D is #DE2FE2. Grayscale: #878787. Windows color (decimal): -14561251 or 1953825. OLE color: 1953825.

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

Color convert

RGB 33 208 29 -
CMYK 0.84 0 0.86 0.18
HSL 118.66º 0.76% 0.46% -
HSV(B) 118.66º 0.86% 0.82% -
XYZ 23.4 45.52 8.72 -
YUV 135.27 68.02 55.05 -
System Red Green Blue C M Y K H S L
Decimal 33 208 29 0.84 0 0.86 0.18 118.66 0.76 0.46
Hex 21 D0 1D 54 0 56 12 77 4C 2E
Octal 41 320 35 124 0 126 22 167 114 56
Binary 100001 11010000 11101 1010100 0 1010110 10010 1110111 1001100 101110

Color Harmonies of #21D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D01D

Black with #21D01D

Text Example


Text Example

White with #21D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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