Html Css Color HEX #26D828 Lime Green

📋 copy color: '#26D828'

red 38 ◦ green 216 ◦ blue 40

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

Shades of Lime Green #26D828

Tints of Lime Green #26D828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 12.93%
G = 73.47%
B = 13.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#26D828 (or 0x26D828) is known color: Lime Green. HEX triplet: 26, D8 and 28. RGB value is (38,216,40). Sum of RGB (Red+Green+Blue) = 38+216+40=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 216 (84.77% from 255 or 73.47% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 216 - color contains mainly: green. Hex color #26D828 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D828 is #D927D7. Grayscale: #8F8F8F. Windows color (decimal): -14231512 or 2676774. OLE color: 2676774.

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

Color convert

RGB 38 216 40 -
CMYK 0.82 0 0.81 0.15
HSL 120.67º 0.7% 0.5% -
HSV(B) 120.67º 0.82% 0.85% -
XYZ 25.74 49.68 10.24 -
YUV 142.71 70.03 53.31 -
System Red Green Blue C M Y K H S L
Decimal 38 216 40 0.82 0 0.81 0.15 120.67 0.7 0.5
Hex 26 D8 28 52 0 51 F 79 46 32
Octal 46 330 50 122 0 121 17 171 106 62
Binary 100110 11011000 101000 1010010 0 1010001 1111 1111001 1000110 110010

Color Harmonies of #26D828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26D828

Black with #26D828

Text Example


Text Example

White with #26D828

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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