#26D735

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

Shades of Lime Green #26D735

Tints of Lime Green #26D735

Color information

#26D735 (or 0x26D735) is unknown color: approx Lime Green. HEX triplet: 26, D7 and 35. RGB value is (38,215,53). Sum of RGB (Red+Green+Blue) = 38+215+53=306 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.42% from 306); Green value is 215 (84.38% from 255 or 70.26% from 306); Blue value is 53 (21.09% from 255 or 17.32% from 306); Max value from RGB is 215 - color contains mainly: green. Hex color #26D735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26D735 is #D928CA. Grayscale: #909090. Windows color (decimal): -14231755 or 3528486. OLE color: 3528486.

HSL color Cylindrical-coordinate representation of color #26D735: hue angle of 125.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #26D735 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB3821553-
CMYK0.8200.750.16
HSL125.08º69.96%49.61%-
HSV(B)125.08º82.33%84.31%-
XYZ25.7449.2711.52-
YUV143.6176.8652.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.42%
GREEN value IS 215 (84.38% from 255) = 70.26%
BLUE value IS 53 (21.09% from 255) = 17.32%
R=12.42%
G=70.26%
B=17.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal38215530.8200.750.16125.0869.9649.61
Hex26D7355204B107d4632
Octal463276512201132017510662
Binary100110110101111101011010010010010111000011111011000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26D735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,215,53); }

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

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

 a { background-color: rgb(38,215,53); }

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

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

 span { border-color: rgb(38,215,53); }

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