#13E22F

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

Shades of Lime Green #13E22F

Tints of Lime Green #13E22F

Color information

#13E22F (or 0x13E22F) is unknown color: approx Lime Green. HEX triplet: 13, E2 and 2F. RGB value is (19,226,47). Sum of RGB (Red+Green+Blue) = 19+226+47=292 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.51% from 292); Green value is 226 (88.67% from 255 or 77.40% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 226 - color contains mainly: green. Hex color #13E22F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13E22F is #EC1DD0. Grayscale: #909090. Windows color (decimal): -15474129 or 3138067. OLE color: 3138067.

HSL color Cylindrical-coordinate representation of color #13E22F: hue angle of 128.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13E22F is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB1922647-
CMYK0.9200.790.11
HSL128.12º84.49%48.04%-
HSV(B)128.12º91.59%88.63%-
XYZ27.9854.7411.78-
YUV143.773.4239.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.51%
GREEN value IS 226 (88.67% from 255) = 77.40%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=6.51%
G=77.40%
B=16.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal19226470.9200.790.11128.1284.4948.04
Hex13E22F5C04FB805430
Octal233425713401171320012460
Binary10011111000101011111011100010011111011100000001010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13E22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13E22F; }

 p { color: rgb(19,226,47); }

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

<style>
 a { background-color: #13E22F; }

 a { background-color: rgb(19,226,47); }

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

<style>
 span { border-color: #13E22F; }

 span { border-color: rgb(19,226,47); }

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