#26CA36

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

Shades of Lime Green #26CA36

Tints of Lime Green #26CA36

Color information

#26CA36 (or 0x26CA36) is unknown color: approx Lime Green. HEX triplet: 26, CA and 36. RGB value is (38,202,54). Sum of RGB (Red+Green+Blue) = 38+202+54=294 (38% of max value = 765). Red value is 38 (15.23% from 255 or 12.93% from 294); Green value is 202 (79.30% from 255 or 68.71% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA36 is #D935C9. Grayscale: #888888. Windows color (decimal): -14235082 or 3590694. OLE color: 3590694.

HSL color Cylindrical-coordinate representation of color #26CA36: hue angle of 125.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26CA36 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB3820254-
CMYK0.8100.730.21
HSL125.85º68.33%47.06%-
HSV(B)125.85º81.19%79.22%-
XYZ22.5942.9210.58-
YUV136.0981.6758.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.93%
GREEN value IS 202 (79.30% from 255) = 68.71%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=12.93%
G=68.71%
B=18.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal38202540.8100.730.21125.8568.3347.06
Hex26CA3651049157e442f
Octal463126612101112517610457
Binary100110110010101101101010001010010011010111111101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CA36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,202,54); }

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

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

 a { background-color: rgb(38,202,54); }

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

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

 span { border-color: rgb(38,202,54); }

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