Html Css Color HEX #45E840 Lime Green

📋 copy color: '#45E840'

red 69 ◦ green 232 ◦ blue 64

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

Shades of Lime Green #45E840

Tints of Lime Green #45E840

RGB

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

 GREEN value IS 232 (91.02% from 255) = 63.56%

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

R = 18.9%
G = 63.56%
B = 17.53%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#45E840 (or 0x45E840) is known color: Lime Green. HEX triplet: 45, E8 and 40. RGB value is (69,232,64). Sum of RGB (Red+Green+Blue) = 69+232+64=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 232 (91.02% from 255 or 63.56% from 365); Blue value is 64 (25.39% from 255 or 17.53% from 365); Max value from RGB is 232 - color contains mainly: green. Hex color #45E840 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45E840 is #BA17BF. Grayscale: #A4A4A4. Windows color (decimal): -12195776 or 4253765. OLE color: 4253765.

HSL color Cylindrical-coordinate representation of color #45E840: hue angle of 118.21º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45E840 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 69 232 64 -
CMYK 0.70 0 0.72 0.09
HSL 118.21º 0.79% 0.58% -
HSV(B) 118.21º 0.72% 0.91% -
XYZ 32.24 59.35 14.61 -
YUV 164.11 71.5 60.16 -
System Red Green Blue C M Y K H S L
Decimal 69 232 64 0.70 0 0.72 0.09 118.21 0.79 0.58
Hex 45 E8 40 46 0 48 9 76 4F 3A
Octal 105 350 100 106 0 110 11 166 117 72
Binary 1000101 11101000 1000000 1000110 0 1001000 1001 1110110 1001111 111010

Color Harmonies of #45E840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E840

Black with #45E840

Text Example


Text Example

White with #45E840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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