Html Css Color HEX #13CF15 Lime Green

📋 copy color: '#13CF15'

red 19 ◦ green 207 ◦ blue 21

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

Shades of Lime Green #13CF15

Tints of Lime Green #13CF15

RGB

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

 GREEN value IS 207 (81.25% from 255) = 83.81%

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 7.69%
G = 83.81%
B = 8.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#13CF15 (or 0x13CF15) is known color: Lime Green. HEX triplet: 13, CF and 15. RGB value is (19,207,21). Sum of RGB (Red+Green+Blue) = 19+207+21=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 207 (81.25% from 255 or 83.81% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CF15 is #EC30EA. Grayscale: #828282. Windows color (decimal): -15479019 or 1429267. OLE color: 1429267.

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

Color convert

RGB 19 207 21 -
CMYK 0.91 0 0.90 0.19
HSL 120.64º 0.83% 0.44% -
HSV(B) 120.64º 0.91% 0.81% -
XYZ 22.72 44.82 8.16 -
YUV 129.58 66.72 49.12 -
System Red Green Blue C M Y K H S L
Decimal 19 207 21 0.91 0 0.90 0.19 120.64 0.83 0.44
Hex 13 CF 15 5B 0 5A 13 79 53 2C
Octal 23 317 25 133 0 132 23 171 123 54
Binary 10011 11001111 10101 1011011 0 1011010 10011 1111001 1010011 101100

Color Harmonies of #13CF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF15

Black with #13CF15

Text Example


Text Example

White with #13CF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,207,21); }

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

background-color css

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

 a { background-color: rgb(19,207,21); }

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

border-color css

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

 span { border-color: rgb(19,207,21); }

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