#26CE28

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

Shades of Lime Green #26CE28

Tints of Lime Green #26CE28

Color information

#26CE28 (or 0x26CE28) is unknown color: approx Lime Green. HEX triplet: 26, CE and 28. RGB value is (38,206,40). Sum of RGB (Red+Green+Blue) = 38+206+40=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 206 (80.86% from 255 or 72.54% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 206 - color contains mainly: green. Hex color #26CE28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CE28 is #D931D7. Grayscale: #898989. Windows color (decimal): -14234072 or 2674214. OLE color: 2674214.

HSL color Cylindrical-coordinate representation of color #26CE28: hue angle of 120.71º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26CE28 is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB3820640-
CMYK0.8200.810.19
HSL120.71º68.85%47.84%-
HSV(B)120.71º81.55%80.78%-
XYZ23.2544.719.41-
YUV136.8473.3457.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 206 (80.86% from 255) = 72.54%
BLUE value IS 40 (16.02% from 255) = 14.08%
R=13.38%
G=72.54%
B=14.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal38206400.8200.810.19120.7168.8547.84
Hex26CE285205113794530
Octal463165012201212317110560
Binary100110110011101010001010010010100011001111110011000101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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