#45BE35

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

Shades of Lime Green #45BE35

Tints of Lime Green #45BE35

Color information

#45BE35 (or 0x45BE35) is unknown color: approx Lime Green. HEX triplet: 45, BE and 35. RGB value is (69,190,53). Sum of RGB (Red+Green+Blue) = 69+190+53=312 (41% of max value = 765). Red value is 69 (27.34% from 255 or 22.12% from 312); Green value is 190 (74.61% from 255 or 60.90% from 312); Blue value is 53 (21.09% from 255 or 16.99% from 312); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BE35 is #BA41CA. Grayscale: #8A8A8A. Windows color (decimal): -12206539 or 3522117. OLE color: 3522117.

HSL color Cylindrical-coordinate representation of color #45BE35: hue angle of 112.99º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45BE35 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB6919053-
CMYK0.6400.720.25
HSL112.99º56.38%47.65%-
HSV(B)112.99º72.11%74.51%-
XYZ21.5138.359.64-
YUV138.279.9178.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.12%
GREEN value IS 190 (74.61% from 255) = 60.90%
BLUE value IS 53 (21.09% from 255) = 16.99%
R=22.12%
G=60.90%
B=16.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal69190530.6400.720.25112.9956.3847.65
Hex45BE354004819713830
Octal105276651000110311617060
Binary100010110111110110101100000001001000110011110001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45BE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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