Html Css Color HEX #26D914 Lime Green

📋 copy color: '#26D914'

red 38 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #26D914

Tints of Lime Green #26D914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 13.82%
G = 78.91%
B = 7.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#26D914 (or 0x26D914) is known color: Lime Green. HEX triplet: 26, D9 and 14. RGB value is (38,217,20). Sum of RGB (Red+Green+Blue) = 38+217+20=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 217 (85.16% from 255 or 78.91% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 217 - color contains mainly: green. Hex color #26D914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D914 is #D926EB. Grayscale: #8D8D8D. Windows color (decimal): -14231276 or 1366310. OLE color: 1366310.

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

Color convert

RGB 38 217 20 -
CMYK 0.82 0 0.91 0.15
HSL 114.52º 0.83% 0.46% -
HSV(B) 114.52º 0.91% 0.85% -
XYZ 25.74 50.09 8.97 -
YUV 141.02 59.7 54.52 -
System Red Green Blue C M Y K H S L
Decimal 38 217 20 0.82 0 0.91 0.15 114.52 0.83 0.46
Hex 26 D9 14 52 0 5B F 73 53 2E
Octal 46 331 24 122 0 133 17 163 123 56
Binary 100110 11011001 10100 1010010 0 1011011 1111 1110011 1010011 101110

Color Harmonies of #26D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D914

Black with #26D914

Text Example


Text Example

White with #26D914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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