Html Css Color HEX #26D82E Lime Green

📋 copy color: '#26D82E'

red 38 ◦ green 216 ◦ blue 46

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

Shades of Lime Green #26D82E

Tints of Lime Green #26D82E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 15.33%

R = 12.67%
G = 72%
B = 15.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#26D82E (or 0x26D82E) is known color: Lime Green. HEX triplet: 26, D8 and 2E. RGB value is (38,216,46). Sum of RGB (Red+Green+Blue) = 38+216+46=300 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.67% from 300); Green value is 216 (84.77% from 255 or 72% from 300); Blue value is 46 (18.36% from 255 or 15.33% from 300); Max value from RGB is 216 - color contains mainly: green. Hex color #26D82E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D82E is #D927D1. Grayscale: #8F8F8F. Windows color (decimal): -14231506 or 3069990. OLE color: 3069990.

HSL color Cylindrical-coordinate representation of color #26D82E: hue angle of 122.7º 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 #26D82E is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 38 216 46 -
CMYK 0.82 0 0.79 0.15
HSL 122.7º 0.7% 0.5% -
HSV(B) 122.7º 0.82% 0.85% -
XYZ 25.85 49.72 10.82 -
YUV 143.4 73.03 52.82 -
System Red Green Blue C M Y K H S L
Decimal 38 216 46 0.82 0 0.79 0.15 122.7 0.7 0.5
Hex 26 D8 2E 52 0 4F F 7B 46 32
Octal 46 330 56 122 0 117 17 173 106 62
Binary 100110 11011000 101110 1010010 0 1001111 1111 1111011 1000110 110010

Color Harmonies of #26D82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D82E

Black with #26D82E

Text Example


Text Example

White with #26D82E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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