Html Css Color HEX #45E140 Lime Green

📋 copy color: '#45E140'

red 69 ◦ green 225 ◦ blue 64

#45E140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #45E140

Tints of Lime Green #45E140

RGB

 RED value IS 69 (27.34% from 255) = 19.27%

 GREEN value IS 225 (88.28% from 255) = 62.85%

 BLUE value IS 64 (25.39% from 255) = 17.88%

R = 19.27%
G = 62.85%
B = 17.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#45E140 (or 0x45E140) is known color: Lime Green. HEX triplet: 45, E1 and 40. RGB value is (69,225,64). Sum of RGB (Red+Green+Blue) = 69+225+64=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #45E140 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E140 is #BA1EBF. Grayscale: #A0A0A0. Windows color (decimal): -12197568 or 4251973. OLE color: 4251973.

HSL color Cylindrical-coordinate representation of color #45E140: hue angle of 118.14º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45E140 is Cyan = 0.69, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 225 64 -
CMYK 0.69 0 0.72 0.12
HSL 118.14º 0.73% 0.57% -
HSV(B) 118.14º 0.72% 0.88% -
XYZ 30.3 55.49 13.96 -
YUV 160 73.82 63.09 -
System Red Green Blue C M Y K H S L
Decimal 69 225 64 0.69 0 0.72 0.12 118.14 0.73 0.57
Hex 45 E1 40 45 0 48 C 76 49 39
Octal 105 341 100 105 0 110 14 166 111 71
Binary 1000101 11100001 1000000 1000101 0 1001000 1100 1110110 1001001 111001

Color Harmonies of #45E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E140

Black with #45E140

Text Example


Text Example

White with #45E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,225,64); }

 H1.HeaderClassName
 {
   color: #45E140;
 }
 .AnyTagClassName
 {
   color: #45E140;
 }
</style>

background-color css

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

 a { background-color: rgb(69,225,64); }

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

border-color css

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

 span { border-color: rgb(69,225,64); }

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