#45DD26

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

Shades of Lime Green #45DD26

Tints of Lime Green #45DD26

Color information

#45DD26 (or 0x45DD26) is unknown color: approx Lime Green. HEX triplet: 45, DD and 26. RGB value is (69,221,38). Sum of RGB (Red+Green+Blue) = 69+221+38=328 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.04% from 328); Green value is 221 (86.72% from 255 or 67.38% from 328); Blue value is 38 (15.23% from 255 or 11.59% from 328); Max value from RGB is 221 - color contains mainly: green. Hex color #45DD26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DD26 is #BA22D9. Grayscale: #9B9B9B. Windows color (decimal): -12198618 or 2547013. OLE color: 2547013.

HSL color Cylindrical-coordinate representation of color #45DD26: hue angle of 109.84º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #45DD26 is Cyan = 0.69, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB6922138-
CMYK0.6900.830.13
HSL109.84º72.91%50.78%-
HSV(B)109.84º82.81%86.67%-
XYZ28.6653.1210.58-
YUV154.6962.1466.88-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.04%
GREEN value IS 221 (86.72% from 255) = 67.38%
BLUE value IS 38 (15.23% from 255) = 11.59%
R=21.04%
G=67.38%
B=11.59%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal69221380.6900.830.13109.8472.9150.78
Hex45DD2645053D6e4933
Octal1053354610501231515611163
Binary100010111011101100110100010101010011110111011101001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45DD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45DD26; }

 p { color: rgb(69,221,38); }

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

<style>
 a { background-color: #45DD26; }

 a { background-color: rgb(69,221,38); }

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

<style>
 span { border-color: #45DD26; }

 span { border-color: rgb(69,221,38); }

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