Html Css Color HEX #13CE26 Lime Green

📋 copy color: '#13CE26'

red 19 ◦ green 206 ◦ blue 38

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

Shades of Lime Green #13CE26

Tints of Lime Green #13CE26

RGB

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

 GREEN value IS 206 (80.86% from 255) = 78.33%

 BLUE value IS 38 (15.23% from 255) = 14.45%

R = 7.22%
G = 78.33%
B = 14.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.19

RGB Variations

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

Color information

#13CE26 (or 0x13CE26) is known color: Lime Green. HEX triplet: 13, CE and 26. RGB value is (19,206,38). Sum of RGB (Red+Green+Blue) = 19+206+38=263 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.22% from 263); Green value is 206 (80.86% from 255 or 78.33% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 206 - color contains mainly: green. Hex color #13CE26 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #13CE26 is #EC31D9. Grayscale: #838383. Windows color (decimal): -15479258 or 2543123. OLE color: 2543123.

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

Color convert

RGB 19 206 38 -
CMYK 0.91 0 0.82 0.19
HSL 126.1º 0.83% 0.44% -
HSV(B) 126.1º 0.91% 0.81% -
XYZ 22.69 44.42 9.21 -
YUV 130.94 75.55 48.16 -
System Red Green Blue C M Y K H S L
Decimal 19 206 38 0.91 0 0.82 0.19 126.1 0.83 0.44
Hex 13 CE 26 5B 0 52 13 7E 53 2C
Octal 23 316 46 133 0 122 23 176 123 54
Binary 10011 11001110 100110 1011011 0 1010010 10011 1111110 1010011 101100

Color Harmonies of #13CE26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13CE26

Black with #13CE26

Text Example


Text Example

White with #13CE26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,206,38); }

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

background-color css

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

 a { background-color: rgb(19,206,38); }

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

border-color css

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

 span { border-color: rgb(19,206,38); }

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