Html Css Color HEX #26C113 Lime Green

📋 copy color: '#26C113'

red 38 ◦ green 193 ◦ blue 19

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

Shades of Lime Green #26C113

Tints of Lime Green #26C113

RGB

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

 GREEN value IS 193 (75.78% from 255) = 77.2%

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

R = 15.2%
G = 77.2%
B = 7.6%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#26C113 (or 0x26C113) is known color: Lime Green. HEX triplet: 26, C1 and 13. RGB value is (38,193,19). Sum of RGB (Red+Green+Blue) = 38+193+19=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 193 (75.78% from 255 or 77.2% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 193 - color contains mainly: green. Hex color #26C113 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C113 is #D93EEC. Grayscale: #7F7F7F. Windows color (decimal): -14237421 or 1294630. OLE color: 1294630.

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

Color convert

RGB 38 193 19 -
CMYK 0.80 0 0.90 0.24
HSL 113.45º 0.82% 0.42% -
HSV(B) 113.45º 0.9% 0.76% -
XYZ 19.99 38.6 7.01 -
YUV 126.82 67.15 64.65 -
System Red Green Blue C M Y K H S L
Decimal 38 193 19 0.80 0 0.90 0.24 113.45 0.82 0.42
Hex 26 C1 13 50 0 5A 18 71 52 2A
Octal 46 301 23 120 0 132 30 161 122 52
Binary 100110 11000001 10011 1010000 0 1011010 11000 1110001 1010010 101010

Color Harmonies of #26C113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C113

Black with #26C113

Text Example


Text Example

White with #26C113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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