Html Css Color HEX #13CB0F Lime Green

📋 copy color: '#13CB0F'

red 19 ◦ green 203 ◦ blue 15

#13CB0F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #13CB0F

Tints of Lime Green #13CB0F

RGB

 RED value IS 19 (7.81% from 255) = 8.02%

 GREEN value IS 203 (79.69% from 255) = 85.65%

 BLUE value IS 15 (6.25% from 255) = 6.33%

R = 8.02%
G = 85.65%
B = 6.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.20

RGB Variations

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

Color information

#13CB0F (or 0x13CB0F) is known color: Lime Green. HEX triplet: 13, CB and 0F. RGB value is (19,203,15). Sum of RGB (Red+Green+Blue) = 19+203+15=237 (31% of max value = 765). Red value is 19 (7.81% from 255 or 8.02% from 237); Green value is 203 (79.69% from 255 or 85.65% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 203 - color contains mainly: green. Hex color #13CB0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CB0F is #EC34F0. Grayscale: #7F7F7F. Windows color (decimal): -15480049 or 1035027. OLE color: 1035027.

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

Color convert

RGB 19 203 15 -
CMYK 0.91 0 0.93 0.20
HSL 118.72º 0.86% 0.43% -
HSV(B) 118.72º 0.93% 0.8% -
XYZ 21.71 42.88 7.59 -
YUV 126.55 65.04 51.29 -
System Red Green Blue C M Y K H S L
Decimal 19 203 15 0.91 0 0.93 0.20 118.72 0.86 0.43
Hex 13 CB F 5B 0 5D 14 77 56 2B
Octal 23 313 17 133 0 135 24 167 126 53
Binary 10011 11001011 1111 1011011 0 1011101 10100 1110111 1010110 101011

Color Harmonies of #13CB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CB0F

Black with #13CB0F

Text Example


Text Example

White with #13CB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #13CB0F;
 }
 .AnyTagClassName
 {
   color: #13CB0F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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