Html Css Color HEX #26C013 Lime Green

📋 copy color: '#26C013'

red 38 ◦ green 192 ◦ blue 19

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

Shades of Lime Green #26C013

Tints of Lime Green #26C013

RGB

 RED value IS 38 (15.23% from 255) = 15.26%

 GREEN value IS 192 (75.39% from 255) = 77.11%

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 15.26%
G = 77.11%
B = 7.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#26C013 (or 0x26C013) is known color: Lime Green. HEX triplet: 26, C0 and 13. RGB value is (38,192,19). Sum of RGB (Red+Green+Blue) = 38+192+19=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #26C013 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C013 is #D93FEC. Grayscale: #7E7E7E. Windows color (decimal): -14237677 or 1294374. OLE color: 1294374.

HSL color Cylindrical-coordinate representation of color #26C013: hue angle of 113.41º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26C013 is Cyan = 0.80, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 38 192 19 -
CMYK 0.80 0 0.90 0.25
HSL 113.41º 0.82% 0.41% -
HSV(B) 113.41º 0.9% 0.75% -
XYZ 19.77 38.16 6.94 -
YUV 126.23 67.48 65.07 -
System Red Green Blue C M Y K H S L
Decimal 38 192 19 0.80 0 0.90 0.25 113.41 0.82 0.41
Hex 26 C0 13 50 0 5A 19 71 52 29
Octal 46 300 23 120 0 132 31 161 122 51
Binary 100110 11000000 10011 1010000 0 1011010 11001 1110001 1010010 101001

Color Harmonies of #26C013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C013

Black with #26C013

Text Example


Text Example

White with #26C013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26C013; }

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

 H1.HeaderClassName
 {
   color: #26C013;
 }
 .AnyTagClassName
 {
   color: #26C013;
 }
</style>

background-color css

<style>
 a { background-color: #26C013; }

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

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

border-color css

<style>
 span { border-color: #26C013; }

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

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