Html Css Color HEX #45D640 Lime Green

📋 copy color: '#45D640'

red 69 ◦ green 214 ◦ blue 64

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

Shades of Lime Green #45D640

Tints of Lime Green #45D640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.67%

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

R = 19.88%
G = 61.67%
B = 18.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#45D640 (or 0x45D640) is known color: Lime Green. HEX triplet: 45, D6 and 40. RGB value is (69,214,64). Sum of RGB (Red+Green+Blue) = 69+214+64=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 64 (25.39% from 255 or 18.44% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #45D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D640 is #BA29BF. Grayscale: #999999. Windows color (decimal): -12200384 or 4249157. OLE color: 4249157.

HSL color Cylindrical-coordinate representation of color #45D640: hue angle of 118º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45D640 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 214 64 -
CMYK 0.68 0 0.70 0.16
HSL 118º 0.65% 0.55% -
HSV(B) 118º 0.7% 0.84% -
XYZ 27.43 49.73 13 -
YUV 153.55 77.46 67.7 -
System Red Green Blue C M Y K H S L
Decimal 69 214 64 0.68 0 0.70 0.16 118 0.65 0.55
Hex 45 D6 40 44 0 46 10 76 41 37
Octal 105 326 100 104 0 106 20 166 101 67
Binary 1000101 11010110 1000000 1000100 0 1000110 10000 1110110 1000001 110111

Color Harmonies of #45D640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D640

Black with #45D640

Text Example


Text Example

White with #45D640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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