#13CB1A

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

Shades of Lime Green #13CB1A

Tints of Lime Green #13CB1A

Color information

#13CB1A (or 0x13CB1A) is unknown color: approx Lime Green. HEX triplet: 13, CB and 1A. RGB value is (19,203,26). Sum of RGB (Red+Green+Blue) = 19+203+26=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 203 (79.69% from 255 or 81.85% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CB1A is #EC34E5. Grayscale: #808080. Windows color (decimal): -15480038 or 1755923. OLE color: 1755923.

HSL color Cylindrical-coordinate representation of color #13CB1A: hue angle of 122.28º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CB1A is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.

Color convert

RGB1920326-
CMYK0.9100.870.20
HSL122.28º82.88%43.53%-
HSV(B)122.28º90.64%79.61%-
XYZ21.8142.928.11-
YUV127.8170.5450.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.66%
GREEN value IS 203 (79.69% from 255) = 81.85%
BLUE value IS 26 (10.55% from 255) = 10.48%
R=7.66%
G=81.85%
B=10.48%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19203260.9100.870.20122.2882.8843.53
Hex13CB1A5B057147a532c
Octal233133213301272417212354
Binary1001111001011110101011011010101111010011110101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13CB1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,203,26); }

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

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

 a { background-color: rgb(19,203,26); }

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

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

 span { border-color: rgb(19,203,26); }

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