#26CA37

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

Shades of Lime Green #26CA37

Tints of Lime Green #26CA37

Color information

#26CA37 (or 0x26CA37) is unknown color: approx Lime Green. HEX triplet: 26, CA and 37. RGB value is (38,202,55). Sum of RGB (Red+Green+Blue) = 38+202+55=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #26CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CA37 is #D935C8. Grayscale: #888888. Windows color (decimal): -14235081 or 3656230. OLE color: 3656230.

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

Color convert

RGB3820255-
CMYK0.8100.730.21
HSL126.22º68.33%47.06%-
HSV(B)126.22º81.19%79.22%-
XYZ22.6142.9310.71-
YUV136.2182.1757.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 202 (79.30% from 255) = 68.47%
BLUE value IS 55 (21.88% from 255) = 18.64%
R=12.88%
G=68.47%
B=18.64%

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
Decimal38202550.8100.730.21126.2268.3347.06
Hex26CA3751049157e442f
Octal463126712101112517610457
Binary100110110010101101111010001010010011010111111101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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