Html Css Color HEX #26D940 Lime Green

📋 copy color: '#26D940'

red 38 ◦ green 217 ◦ blue 64

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

Shades of Lime Green #26D940

Tints of Lime Green #26D940

RGB

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

 GREEN value IS 217 (85.16% from 255) = 68.03%

 BLUE value IS 64 (25.39% from 255) = 20.06%

R = 11.91%
G = 68.03%
B = 20.06%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#26D940 (or 0x26D940) is known color: Lime Green. HEX triplet: 26, D9 and 40. RGB value is (38,217,64). Sum of RGB (Red+Green+Blue) = 38+217+64=319 (42% of max value = 765). Red value is 38 (15.23% from 255 or 11.91% from 319); Green value is 217 (85.16% from 255 or 68.03% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 217 - color contains mainly: green. Hex color #26D940 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D940 is #D926BF. Grayscale: #929292. Windows color (decimal): -14231232 or 4249894. OLE color: 4249894.

HSL color Cylindrical-coordinate representation of color #26D940: hue angle of 128.72º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D940 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 217 64 -
CMYK 0.82 0 0.71 0.15
HSL 128.72º 0.7% 0.5% -
HSV(B) 128.72º 0.82% 0.85% -
XYZ 26.54 50.41 13.18 -
YUV 146.04 81.7 50.94 -
System Red Green Blue C M Y K H S L
Decimal 38 217 64 0.82 0 0.71 0.15 128.72 0.7 0.5
Hex 26 D9 40 52 0 47 F 81 46 32
Octal 46 331 100 122 0 107 17 201 106 62
Binary 100110 11011001 1000000 1010010 0 1000111 1111 10000001 1000110 110010

Color Harmonies of #26D940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D940

Black with #26D940

Text Example


Text Example

White with #26D940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,217,64); }

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

background-color css

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

 a { background-color: rgb(38,217,64); }

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

border-color css

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

 span { border-color: rgb(38,217,64); }

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