Html Css Color HEX #21D01E Lime Green

📋 copy color: '#21D01E'

red 33 ◦ green 208 ◦ blue 30

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

Shades of Lime Green #21D01E

Tints of Lime Green #21D01E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 12.18%
G = 76.75%
B = 11.07%

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

#21D01E (or 0x21D01E) is known color: Lime Green. HEX triplet: 21, D0 and 1E. RGB value is (33,208,30). Sum of RGB (Red+Green+Blue) = 33+208+30=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 208 (81.64% from 255 or 76.75% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 208 - color contains mainly: green. Hex color #21D01E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D01E is #DE2FE1. Grayscale: #878787. Windows color (decimal): -14561250 or 2019361. OLE color: 2019361.

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

Color convert

RGB 33 208 30 -
CMYK 0.84 0 0.86 0.18
HSL 118.99º 0.75% 0.47% -
HSV(B) 118.99º 0.86% 0.82% -
XYZ 23.42 45.53 8.78 -
YUV 135.38 68.52 54.97 -
System Red Green Blue C M Y K H S L
Decimal 33 208 30 0.84 0 0.86 0.18 118.99 0.75 0.47
Hex 21 D0 1E 54 0 56 12 77 4B 2F
Octal 41 320 36 124 0 126 22 167 113 57
Binary 100001 11010000 11110 1010100 0 1010110 10010 1110111 1001011 101111

Color Harmonies of #21D01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21D01E

Black with #21D01E

Text Example


Text Example

White with #21D01E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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