Html Css Color HEX #26C012 Lime Green

📋 copy color: '#26C012'

red 38 ◦ green 192 ◦ blue 18

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

Shades of Lime Green #26C012

Tints of Lime Green #26C012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 15.32%
G = 77.42%
B = 7.26%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#26C012 (or 0x26C012) is known color: Lime Green. HEX triplet: 26, C0 and 12. RGB value is (38,192,18). Sum of RGB (Red+Green+Blue) = 38+192+18=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 192 (75.39% from 255 or 77.42% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 192 - color contains mainly: green. Hex color #26C012 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26C012 is #D93FED. Grayscale: #7E7E7E. Windows color (decimal): -14237678 or 1228838. OLE color: 1228838.

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

Color convert

RGB 38 192 18 -
CMYK 0.80 0 0.91 0.25
HSL 113.1º 0.83% 0.41% -
HSV(B) 113.1º 0.91% 0.75% -
XYZ 19.76 38.16 6.9 -
YUV 126.12 66.98 65.15 -
System Red Green Blue C M Y K H S L
Decimal 38 192 18 0.80 0 0.91 0.25 113.1 0.83 0.41
Hex 26 C0 12 50 0 5B 19 71 53 29
Octal 46 300 22 120 0 133 31 161 123 51
Binary 100110 11000000 10010 1010000 0 1011011 11001 1110001 1010011 101001

Color Harmonies of #26C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26C012

Black with #26C012

Text Example


Text Example

White with #26C012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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