Html Css Color HEX #45E440 Lime Green

📋 copy color: '#45E440'

red 69 ◦ green 228 ◦ blue 64

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

Shades of Lime Green #45E440

Tints of Lime Green #45E440

RGB

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

 GREEN value IS 228 (89.45% from 255) = 63.16%

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

R = 19.11%
G = 63.16%
B = 17.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#45E440 (or 0x45E440) is known color: Lime Green. HEX triplet: 45, E4 and 40. RGB value is (69,228,64). Sum of RGB (Red+Green+Blue) = 69+228+64=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 228 (89.45% from 255 or 63.16% from 361); Blue value is 64 (25.39% from 255 or 17.73% from 361); Max value from RGB is 228 - color contains mainly: green. Hex color #45E440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E440 is #BA1BBF. Grayscale: #A2A2A2. Windows color (decimal): -12196800 or 4252741. OLE color: 4252741.

HSL color Cylindrical-coordinate representation of color #45E440: hue angle of 118.17º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45E440 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 228 64 -
CMYK 0.70 0 0.72 0.11
HSL 118.17º 0.75% 0.57% -
HSV(B) 118.17º 0.72% 0.89% -
XYZ 31.12 57.12 14.24 -
YUV 161.76 72.82 61.84 -
System Red Green Blue C M Y K H S L
Decimal 69 228 64 0.70 0 0.72 0.11 118.17 0.75 0.57
Hex 45 E4 40 46 0 48 B 76 4B 39
Octal 105 344 100 106 0 110 13 166 113 71
Binary 1000101 11100100 1000000 1000110 0 1001000 1011 1110110 1001011 111001

Color Harmonies of #45E440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E440

Black with #45E440

Text Example


Text Example

White with #45E440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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