Html Css Color HEX #45F040 Lime Green

📋 copy color: '#45F040'

red 69 ◦ green 240 ◦ blue 64

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

Shades of Lime Green #45F040

Tints of Lime Green #45F040

RGB

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

 GREEN value IS 240 (94.14% from 255) = 64.34%

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

R = 18.5%
G = 64.34%
B = 17.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#45F040 (or 0x45F040) is known color: Lime Green. HEX triplet: 45, F0 and 40. RGB value is (69,240,64). Sum of RGB (Red+Green+Blue) = 69+240+64=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 240 (94.14% from 255 or 64.34% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 240 - color contains mainly: green. Hex color #45F040 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F040 is #BA0FBF. Grayscale: #A9A9A9. Windows color (decimal): -12193728 or 4255813. OLE color: 4255813.

HSL color Cylindrical-coordinate representation of color #45F040: hue angle of 118.3º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45F040 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB 69 240 64 -
CMYK 0.71 0 0.73 0.06
HSL 118.3º 0.85% 0.6% -
HSV(B) 118.3º 0.73% 0.94% -
XYZ 34.54 63.96 15.37 -
YUV 168.81 68.85 56.81 -
System Red Green Blue C M Y K H S L
Decimal 69 240 64 0.71 0 0.73 0.06 118.3 0.85 0.6
Hex 45 F0 40 47 0 49 6 76 55 3C
Octal 105 360 100 107 0 111 6 166 125 74
Binary 1000101 11110000 1000000 1000111 0 1001001 110 1110110 1010101 111100

Color Harmonies of #45F040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F040

Black with #45F040

Text Example


Text Example

White with #45F040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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