Html Css Color HEX #21E82D Lime Green

📋 copy color: '#21E82D'

red 33 ◦ green 232 ◦ blue 45

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

Shades of Lime Green #21E82D

Tints of Lime Green #21E82D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 74.84%

 BLUE value IS 45 (17.97% from 255) = 14.52%

R = 10.65%
G = 74.84%
B = 14.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#21E82D (or 0x21E82D) is known color: Lime Green. HEX triplet: 21, E8 and 2D. RGB value is (33,232,45). Sum of RGB (Red+Green+Blue) = 33+232+45=310 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.65% from 310); Green value is 232 (91.02% from 255 or 74.84% from 310); Blue value is 45 (17.97% from 255 or 14.52% from 310); Max value from RGB is 232 - color contains mainly: green. Hex color #21E82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E82D is #DE17D2. Grayscale: #979797. Windows color (decimal): -14555091 or 3008545. OLE color: 3008545.

HSL color Cylindrical-coordinate representation of color #21E82D: hue angle of 123.62º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E82D is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 232 45 -
CMYK 0.86 0 0.81 0.09
HSL 123.62º 0.81% 0.52% -
HSV(B) 123.62º 0.86% 0.91% -
XYZ 29.96 58.23 12.14 -
YUV 151.18 68.07 43.71 -
System Red Green Blue C M Y K H S L
Decimal 33 232 45 0.86 0 0.81 0.09 123.62 0.81 0.52
Hex 21 E8 2D 56 0 51 9 7C 51 34
Octal 41 350 55 126 0 121 11 174 121 64
Binary 100001 11101000 101101 1010110 0 1010001 1001 1111100 1010001 110100

Color Harmonies of #21E82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E82D

Black with #21E82D

Text Example


Text Example

White with #21E82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,232,45); }

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

background-color css

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

 a { background-color: rgb(33,232,45); }

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

border-color css

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

 span { border-color: rgb(33,232,45); }

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