Html Css Color HEX #45BE40 Lime Green

📋 copy color: '#45BE40'

red 69 ◦ green 190 ◦ blue 64

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

Shades of Lime Green #45BE40

Tints of Lime Green #45BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 58.82%

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

R = 21.36%
G = 58.82%
B = 19.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#45BE40 (or 0x45BE40) is known color: Lime Green. HEX triplet: 45, BE and 40. RGB value is (69,190,64). Sum of RGB (Red+Green+Blue) = 69+190+64=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BE40 is #BA41BF. Grayscale: #8B8B8B. Windows color (decimal): -12206528 or 4243013. OLE color: 4243013.

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

Color convert

RGB 69 190 64 -
CMYK 0.64 0 0.66 0.25
HSL 117.62º 0.5% 0.5% -
HSV(B) 117.62º 0.66% 0.75% -
XYZ 21.79 38.46 11.13 -
YUV 139.46 85.41 77.75 -
System Red Green Blue C M Y K H S L
Decimal 69 190 64 0.64 0 0.66 0.25 117.62 0.5 0.5
Hex 45 BE 40 40 0 42 19 76 32 32
Octal 105 276 100 100 0 102 31 166 62 62
Binary 1000101 10111110 1000000 1000000 0 1000010 11001 1110110 110010 110010

Color Harmonies of #45BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BE40

Black with #45BE40

Text Example


Text Example

White with #45BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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