#21E135

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

Shades of Lime Green #21E135

Tints of Lime Green #21E135

Color information

#21E135 (or 0x21E135) is unknown color: approx Lime Green. HEX triplet: 21, E1 and 35. RGB value is (33,225,53). Sum of RGB (Red+Green+Blue) = 33+225+53=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 225 (88.28% from 255 or 72.35% from 311); Blue value is 53 (21.09% from 255 or 17.04% from 311); Max value from RGB is 225 - color contains mainly: green. Hex color #21E135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E135 is #DE1ECA. Grayscale: #949494. Windows color (decimal): -14556875 or 3531041. OLE color: 3531041.

HSL color Cylindrical-coordinate representation of color #21E135: hue angle of 126.25º 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 #21E135 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB3322553-
CMYK0.8500.760.12
HSL126.25º76.19%50.59%-
HSV(B)126.25º85.33%88.24%-
XYZ28.254.4312.39-
YUV147.9874.3945.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 10.61%
GREEN value IS 225 (88.28% from 255) = 72.35%
BLUE value IS 53 (21.09% from 255) = 17.04%
R=10.61%
G=72.35%
B=17.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal33225530.8500.760.12126.2576.1950.59
Hex21E1355504CC7e4c33
Octal413416512501141417611463
Binary10000111100001110101101010101001100110011111101001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21E135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #21E135;
 }
 .AnyTagClassName
 {
   color: #21E135;
 }
</style>
background-color css

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

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

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

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

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

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