#21E126

Color #21E126 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21E126

Tints of Lime Green #21E126

Color information

#21E126 (or 0x21E126) is unknown color: approx 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

RGB3322538-
CMYK0.8500.830.12
HSL121.56º76.19%50.59%-
HSV(B)121.56º85.33%88.24%-
XYZ27.954.3110.85-
YUV146.2766.8947.21-

RGB Variations

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

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 (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33225380.8500.830.12121.5676.1950.59
Hex21E12655053C7a4c33
Octal413414612501231417211463
Binary10000111100001100110101010101010011110011110101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>