#21C027

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

Shades of Lime Green #21C027

Tints of Lime Green #21C027

Color information

#21C027 (or 0x21C027) is unknown color: approx Lime Green. HEX triplet: 21, C0 and 27. RGB value is (33,192,39). Sum of RGB (Red+Green+Blue) = 33+192+39=264 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.5% from 264); Green value is 192 (75.39% from 255 or 72.73% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 192 - color contains mainly: green. Hex color #21C027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C027 is #DE3FD8. Grayscale: #7F7F7F. Windows color (decimal): -14565337 or 2605089. OLE color: 2605089.

HSL color Cylindrical-coordinate representation of color #21C027: hue angle of 122.26º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C027 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB3319239-
CMYK0.8300.800.25
HSL122.26º70.67%44.12%-
HSV(B)122.26º82.81%75.29%-
XYZ19.8438.178.24-
YUV127.0278.3260.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.5%
GREEN value IS 192 (75.39% from 255) = 72.73%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=12.5%
G=72.73%
B=14.77%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33192390.8300.800.25122.2670.6744.12
Hex21C02753050197a472c
Octal413004712301203117210754
Binary100001110000001001111010011010100001100111110101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,192,39); }

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

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

 a { background-color: rgb(33,192,39); }

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

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

 span { border-color: rgb(33,192,39); }

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