Html Css Color HEX #13CF14 Lime Green

📋 copy color: '#13CF14'

red 19 ◦ green 207 ◦ blue 20

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

Shades of Lime Green #13CF14

Tints of Lime Green #13CF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.13%

R = 7.72%
G = 84.15%
B = 8.13%

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

#13CF14 (or 0x13CF14) is known color: Lime Green. HEX triplet: 13, CF and 14. RGB value is (19,207,20). Sum of RGB (Red+Green+Blue) = 19+207+20=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 207 (81.25% from 255 or 84.15% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 207 - color contains mainly: green. Hex color #13CF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #13CF14 is #EC30EB. Grayscale: #828282. Windows color (decimal): -15479020 or 1363731. OLE color: 1363731.

HSL color Cylindrical-coordinate representation of color #13CF14: hue angle of 120.32º 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 #13CF14 is Cyan = 0.91, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 207 20 -
CMYK 0.91 0 0.90 0.19
HSL 120.32º 0.83% 0.44% -
HSV(B) 120.32º 0.91% 0.81% -
XYZ 22.71 44.81 8.12 -
YUV 129.47 66.22 49.21 -
System Red Green Blue C M Y K H S L
Decimal 19 207 20 0.91 0 0.90 0.19 120.32 0.83 0.44
Hex 13 CF 14 5B 0 5A 13 78 53 2C
Octal 23 317 24 133 0 132 23 170 123 54
Binary 10011 11001111 10100 1011011 0 1011010 10011 1111000 1010011 101100

Color Harmonies of #13CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CF14

Black with #13CF14

Text Example


Text Example

White with #13CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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