#26CC37

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

Shades of Lime Green #26CC37

Tints of Lime Green #26CC37

Color information

#26CC37 (or 0x26CC37) is unknown color: approx Lime Green. HEX triplet: 26, CC and 37. RGB value is (38,204,55). Sum of RGB (Red+Green+Blue) = 38+204+55=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 204 (80.08% from 255 or 68.69% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 204 - color contains mainly: green. Hex color #26CC37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26CC37 is #D933C8. Grayscale: #898989. Windows color (decimal): -14234569 or 3656742. OLE color: 3656742.

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

Color convert

RGB3820455-
CMYK0.8100.730.2
HSL126.14º68.6%47.45%-
HSV(B)126.14º81.37%80%-
XYZ23.0843.8710.87-
YUV137.3881.557.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 204 (80.08% from 255) = 68.69%
BLUE value IS 55 (21.88% from 255) = 18.52%
R=12.79%
G=68.69%
B=18.52%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal38204550.8100.730.2126.1468.647.45
Hex26CC3751049147e452f
Octal463146712101112417610557
Binary100110110011001101111010001010010011010011111101000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26CC37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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