Html Css Color HEX #21E126 Lime Green

📋 copy color: '#21E126'

red 33 ◦ green 225 ◦ blue 38

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

Shades of Lime Green #21E126

Tints of Lime Green #21E126

RGB

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

 GREEN value IS 225 (88.28% from 255) = 76.01%

 BLUE value IS 38 (15.23% from 255) = 12.84%

R = 11.15%
G = 76.01%
B = 12.84%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#21E126 (or 0x21E126) is known color: Lime Green. HEX triplet: 21, E1 and 26. RGB value is (33,225,38). Sum of RGB (Red+Green+Blue) = 33+225+38=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 225 (88.28% from 255 or 76.01% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 225 - color contains mainly: green. Hex color #21E126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E126 is #DE1ED9. Grayscale: #929292. Windows color (decimal): -14556890 or 2548001. OLE color: 2548001.

HSL color Cylindrical-coordinate representation of color #21E126: hue angle of 121.56º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E126 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 33 225 38 -
CMYK 0.85 0 0.83 0.12
HSL 121.56º 0.76% 0.51% -
HSV(B) 121.56º 0.85% 0.88% -
XYZ 27.9 54.31 10.85 -
YUV 146.27 66.89 47.21 -
System Red Green Blue C M Y K H S L
Decimal 33 225 38 0.85 0 0.83 0.12 121.56 0.76 0.51
Hex 21 E1 26 55 0 53 C 7A 4C 33
Octal 41 341 46 125 0 123 14 172 114 63
Binary 100001 11100001 100110 1010101 0 1010011 1100 1111010 1001100 110011

Color Harmonies of #21E126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21E126

Black with #21E126

Text Example


Text Example

White with #21E126

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,225,38); }

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

background-color css

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

 a { background-color: rgb(33,225,38); }

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

border-color css

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

 span { border-color: rgb(33,225,38); }

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