#21CA2E

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

Shades of Lime Green #21CA2E

Tints of Lime Green #21CA2E

Color information

#21CA2E (or 0x21CA2E) is unknown color: approx Lime Green. HEX triplet: 21, CA and 2E. RGB value is (33,202,46). Sum of RGB (Red+Green+Blue) = 33+202+46=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #21CA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21CA2E is #DE35D1. Grayscale: #868686. Windows color (decimal): -14562770 or 3066401. OLE color: 3066401.

HSL color Cylindrical-coordinate representation of color #21CA2E: hue angle of 124.62º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21CA2E is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.

Color convert

RGB3320246-
CMYK0.8400.770.21
HSL124.62º71.91%46.08%-
HSV(B)124.62º83.66%79.22%-
XYZ22.2442.769.67-
YUV133.6878.5156.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 202 (79.30% from 255) = 71.89%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=11.74%
G=71.89%
B=16.37%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal33202460.8400.770.21124.6271.9146.08
Hex21CA2E5404D157d482e
Octal413125612401152517511056
Binary100001110010101011101010100010011011010111111011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21CA2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,202,46); }

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

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

 a { background-color: rgb(33,202,46); }

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

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

 span { border-color: rgb(33,202,46); }

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