#26C52D

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

Shades of Lime Green #26C52D

Tints of Lime Green #26C52D

Color information

#26C52D (or 0x26C52D) is unknown color: approx Lime Green. HEX triplet: 26, C5 and 2D. RGB value is (38,197,45). Sum of RGB (Red+Green+Blue) = 38+197+45=280 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.57% from 280); Green value is 197 (77.34% from 255 or 70.36% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 197 - color contains mainly: green. Hex color #26C52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #26C52D is #D93AD2. Grayscale: #848484. Windows color (decimal): -14236371 or 2999590. OLE color: 2999590.

HSL color Cylindrical-coordinate representation of color #26C52D: hue angle of 122.64º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #26C52D is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB3819745-
CMYK0.8100.770.23
HSL122.64º67.66%46.08%-
HSV(B)122.64º80.71%77.25%-
XYZ21.2440.539.19-
YUV132.1378.8260.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.57%
GREEN value IS 197 (77.34% from 255) = 70.36%
BLUE value IS 45 (17.97% from 255) = 16.07%
R=13.57%
G=70.36%
B=16.07%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal38197450.8100.770.23122.6467.6646.08
Hex26C52D5104D177b442e
Octal463055512101152717310456
Binary100110110001011011011010001010011011011111110111000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26C52D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,197,45); }

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

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

 a { background-color: rgb(38,197,45); }

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

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

 span { border-color: rgb(38,197,45); }

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