#26ED28

Color #26ED28 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #26ED28

Tints of Lime Green #26ED28

Color information

#26ED28 (or 0x26ED28) is unknown color: approx Lime Green. HEX triplet: 26, ED and 28. RGB value is (38,237,40). Sum of RGB (Red+Green+Blue) = 38+237+40=315 (41% of max value = 765). Red value is 38 (15.23% from 255 or 12.06% from 315); Green value is 237 (92.97% from 255 or 75.24% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 237 - color contains mainly: green. Hex color #26ED28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #26ED28 is #D912D7. Grayscale: #9B9B9B. Windows color (decimal): -14226136 or 2682150. OLE color: 2682150.

HSL color Cylindrical-coordinate representation of color #26ED28: hue angle of 120.6º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #26ED28 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB3823740-
CMYK0.8400.830.07
HSL120.6º84.68%53.92%-
HSV(B)120.6º83.97%92.94%-
XYZ31.4761.1312.15-
YUV155.0463.0744.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.06%
GREEN value IS 237 (92.97% from 255) = 75.24%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=12.06%
G=75.24%
B=12.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal38237400.8400.830.07120.684.6853.92
Hex26ED28540537795536
Octal46355501240123717112566
Binary1001101110110110100010101000101001111111110011010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26ED28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #26ED28;
 }
 .AnyTagClassName
 {
   color: #26ED28;
 }
</style>
background-color css

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

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

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

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

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

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