#45B935

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

Shades of Lime Green #45B935

Tints of Lime Green #45B935

Color information

#45B935 (or 0x45B935) is unknown color: approx Lime Green. HEX triplet: 45, B9 and 35. RGB value is (69,185,53). Sum of RGB (Red+Green+Blue) = 69+185+53=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 185 (72.66% from 255 or 60.26% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 185 - color contains mainly: green. Hex color #45B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45B935 is #BA46CA. Grayscale: #878787. Windows color (decimal): -12207819 or 3520837. OLE color: 3520837.

HSL color Cylindrical-coordinate representation of color #45B935: hue angle of 112.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45B935 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB6918553-
CMYK0.6300.710.27
HSL112.73º55.46%46.67%-
HSV(B)112.73º71.35%72.55%-
XYZ20.4536.229.28-
YUV135.2781.5780.73-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 185 (72.66% from 255) = 60.26%
BLUE value IS 53 (21.09% from 255) = 17.26%
R=22.48%
G=60.26%
B=17.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal69185530.6300.710.27112.7355.4646.67
Hex45B9353F0471B71372f
Octal10527165770107331616757
Binary10001011011100111010111111101000111110111110001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,185,53); }

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

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

 a { background-color: rgb(69,185,53); }

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

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

 span { border-color: rgb(69,185,53); }

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