#13D023

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

Shades of Lime Green #13D023

Tints of Lime Green #13D023

Color information

#13D023 (or 0x13D023) is unknown color: approx Lime Green. HEX triplet: 13, D0 and 23. RGB value is (19,208,35). Sum of RGB (Red+Green+Blue) = 19+208+35=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #13D023 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13D023 is #EC2FDC. Grayscale: #848484. Windows color (decimal): -15478749 or 2347027. OLE color: 2347027.

HSL color Cylindrical-coordinate representation of color #13D023: hue angle of 125.08º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13D023 is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB1920835-
CMYK0.9100.830.18
HSL125.08º83.26%44.51%-
HSV(B)125.08º90.87%81.57%-
XYZ23.1345.379.13-
YUV131.7773.3847.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.25%
GREEN value IS 208 (81.64% from 255) = 79.39%
BLUE value IS 35 (14.06% from 255) = 13.36%
R=7.25%
G=79.39%
B=13.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal19208350.9100.830.18125.0883.2644.51
Hex13D0235B053127d532d
Octal233204313301232217512355
Binary10011110100001000111011011010100111001011111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13D023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,208,35); }

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

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

 a { background-color: rgb(19,208,35); }

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

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

 span { border-color: rgb(19,208,35); }

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