Html Css Color HEX #21D037 Lime Green

📋 copy color: '#21D037'

red 33 ◦ green 208 ◦ blue 55

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

Shades of Lime Green #21D037

Tints of Lime Green #21D037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.58%

R = 11.15%
G = 70.27%
B = 18.58%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#21D037 (or 0x21D037) is known color: Lime Green. HEX triplet: 21, D0 and 37. RGB value is (33,208,55). Sum of RGB (Red+Green+Blue) = 33+208+55=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 208 (81.64% from 255 or 70.27% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 208 - color contains mainly: green. Hex color #21D037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D037 is #DE2FC8. Grayscale: #8A8A8A. Windows color (decimal): -14561225 or 3657761. OLE color: 3657761.

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

Color convert

RGB 33 208 55 -
CMYK 0.84 0 0.74 0.18
HSL 127.54º 0.73% 0.47% -
HSV(B) 127.54º 0.84% 0.82% -
XYZ 23.87 45.71 11.18 -
YUV 138.23 81.02 52.94 -
System Red Green Blue C M Y K H S L
Decimal 33 208 55 0.84 0 0.74 0.18 127.54 0.73 0.47
Hex 21 D0 37 54 0 4A 12 80 49 2F
Octal 41 320 67 124 0 112 22 200 111 57
Binary 100001 11010000 110111 1010100 0 1001010 10010 10000000 1001001 101111

Color Harmonies of #21D037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D037

Black with #21D037

Text Example


Text Example

White with #21D037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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