Html Css Color HEX #21DC2F Lime Green

📋 copy color: '#21DC2F'

red 33 ◦ green 220 ◦ blue 47

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

Shades of Lime Green #21DC2F

Tints of Lime Green #21DC2F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.33%

 BLUE value IS 47 (18.75% from 255) = 15.67%

R = 11%
G = 73.33%
B = 15.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#21DC2F (or 0x21DC2F) is known color: Lime Green. HEX triplet: 21, DC and 2F. RGB value is (33,220,47). Sum of RGB (Red+Green+Blue) = 33+220+47=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 220 (86.33% from 255 or 73.33% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 220 - color contains mainly: green. Hex color #21DC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DC2F is #DE23D0. Grayscale: #909090. Windows color (decimal): -14558161 or 3136545. OLE color: 3136545.

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

Color convert

RGB 33 220 47 -
CMYK 0.85 0 0.79 0.14
HSL 124.49º 0.74% 0.5% -
HSV(B) 124.49º 0.85% 0.86% -
XYZ 26.73 51.71 11.26 -
YUV 144.37 73.05 48.57 -
System Red Green Blue C M Y K H S L
Decimal 33 220 47 0.85 0 0.79 0.14 124.49 0.74 0.5
Hex 21 DC 2F 55 0 4F E 7C 4A 32
Octal 41 334 57 125 0 117 16 174 112 62
Binary 100001 11011100 101111 1010101 0 1001111 1110 1111100 1001010 110010

Color Harmonies of #21DC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21DC2F

Black with #21DC2F

Text Example


Text Example

White with #21DC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,220,47); }

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

background-color css

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

 a { background-color: rgb(33,220,47); }

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

border-color css

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

 span { border-color: rgb(33,220,47); }

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