Html Css Color HEX #26D80D Lime Green

📋 copy color: '#26D80D'

red 38 ◦ green 216 ◦ blue 13

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

Shades of Lime Green #26D80D

Tints of Lime Green #26D80D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 80.9%

 BLUE value IS 13 (5.47% from 255) = 4.87%

R = 14.23%
G = 80.9%
B = 4.87%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#26D80D (or 0x26D80D) is known color: Lime Green. HEX triplet: 26, D8 and 0D. RGB value is (38,216,13). Sum of RGB (Red+Green+Blue) = 38+216+13=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 216 (84.77% from 255 or 80.90% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 216 - color contains mainly: green. Hex color #26D80D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D80D is #D927F2. Grayscale: #8C8C8C. Windows color (decimal): -14231539 or 907302. OLE color: 907302.

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

Color convert

RGB 38 216 13 -
CMYK 0.82 0 0.94 0.15
HSL 112.61º 0.89% 0.45% -
HSV(B) 112.61º 0.94% 0.85% -
XYZ 25.43 49.55 8.61 -
YUV 139.64 56.53 55.51 -
System Red Green Blue C M Y K H S L
Decimal 38 216 13 0.82 0 0.94 0.15 112.61 0.89 0.45
Hex 26 D8 D 52 0 5E F 71 59 2D
Octal 46 330 15 122 0 136 17 161 131 55
Binary 100110 11011000 1101 1010010 0 1011110 1111 1110001 1011001 101101

Color Harmonies of #26D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D80D

Black with #26D80D

Text Example


Text Example

White with #26D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,216,13); }

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

background-color css

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

 a { background-color: rgb(38,216,13); }

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

border-color css

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

 span { border-color: rgb(38,216,13); }

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