Html Css Color HEX #21D40C Lime Green

📋 copy color: '#21D40C'

red 33 ◦ green 212 ◦ blue 12

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

Shades of Lime Green #21D40C

Tints of Lime Green #21D40C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 82.49%

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 12.84%
G = 82.49%
B = 4.67%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#21D40C (or 0x21D40C) is known color: Lime Green. HEX triplet: 21, D4 and 0C. RGB value is (33,212,12). Sum of RGB (Red+Green+Blue) = 33+212+12=257 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.84% from 257); Green value is 212 (83.20% from 255 or 82.49% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 212 - color contains mainly: green. Hex color #21D40C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21D40C is #DE2BF3. Grayscale: #888888. Windows color (decimal): -14560244 or 840737. OLE color: 840737.

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

Color convert

RGB 33 212 12 -
CMYK 0.84 0 0.94 0.17
HSL 113.7º 0.89% 0.44% -
HSV(B) 113.7º 0.94% 0.83% -
XYZ 24.24 47.44 8.23 -
YUV 135.68 58.2 54.76 -
System Red Green Blue C M Y K H S L
Decimal 33 212 12 0.84 0 0.94 0.17 113.7 0.89 0.44
Hex 21 D4 C 54 0 5E 11 72 59 2C
Octal 41 324 14 124 0 136 21 162 131 54
Binary 100001 11010100 1100 1010100 0 1011110 10001 1110010 1011001 101100

Color Harmonies of #21D40C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D40C

Black with #21D40C

Text Example


Text Example

White with #21D40C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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