Html Css Color HEX #26D80B Lime Green

📋 copy color: '#26D80B'

red 38 ◦ green 216 ◦ blue 11

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

Shades of Lime Green #26D80B

Tints of Lime Green #26D80B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 14.34%
G = 81.51%
B = 4.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#26D80B (or 0x26D80B) is known color: Lime Green. HEX triplet: 26, D8 and 0B. RGB value is (38,216,11). Sum of RGB (Red+Green+Blue) = 38+216+11=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 216 (84.77% from 255 or 81.51% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 216 - color contains mainly: green. Hex color #26D80B is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #26D80B is #D927F4. Grayscale: #8C8C8C. Windows color (decimal): -14231541 or 776230. OLE color: 776230.

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

Color convert

RGB 38 216 11 -
CMYK 0.82 0 0.95 0.15
HSL 112.1º 0.9% 0.45% -
HSV(B) 112.1º 0.95% 0.85% -
XYZ 25.42 49.55 8.54 -
YUV 139.41 55.53 55.67 -
System Red Green Blue C M Y K H S L
Decimal 38 216 11 0.82 0 0.95 0.15 112.1 0.9 0.45
Hex 26 D8 B 52 0 5F F 70 5A 2D
Octal 46 330 13 122 0 137 17 160 132 55
Binary 100110 11011000 1011 1010010 0 1011111 1111 1110000 1011010 101101

Color Harmonies of #26D80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D80B

Black with #26D80B

Text Example


Text Example

White with #26D80B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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