Html Css Color HEX #26D712 Lime Green

📋 copy color: '#26D712'

red 38 ◦ green 215 ◦ blue 18

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

Shades of Lime Green #26D712

Tints of Lime Green #26D712

RGB

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

 GREEN value IS 215 (84.38% from 255) = 79.34%

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

R = 14.02%
G = 79.34%
B = 6.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#26D712 (or 0x26D712) is known color: Lime Green. HEX triplet: 26, D7 and 12. RGB value is (38,215,18). Sum of RGB (Red+Green+Blue) = 38+215+18=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 215 (84.38% from 255 or 79.34% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 215 - color contains mainly: green. Hex color #26D712 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D712 is #D928ED. Grayscale: #8C8C8C. Windows color (decimal): -14231790 or 1234726. OLE color: 1234726.

HSL color Cylindrical-coordinate representation of color #26D712: hue angle of 113.91º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26D712 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 38 215 18 -
CMYK 0.82 0 0.92 0.16
HSL 113.91º 0.85% 0.46% -
HSV(B) 113.91º 0.92% 0.84% -
XYZ 25.21 49.06 8.71 -
YUV 139.62 59.36 55.52 -
System Red Green Blue C M Y K H S L
Decimal 38 215 18 0.82 0 0.92 0.16 113.91 0.85 0.46
Hex 26 D7 12 52 0 5C 10 72 55 2E
Octal 46 327 22 122 0 134 20 162 125 56
Binary 100110 11010111 10010 1010010 0 1011100 10000 1110010 1010101 101110

Color Harmonies of #26D712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D712

Black with #26D712

Text Example


Text Example

White with #26D712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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