Html Css Color HEX #45D644 Lime Green

📋 copy color: '#45D644'

red 69 ◦ green 214 ◦ blue 68

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

Shades of Lime Green #45D644

Tints of Lime Green #45D644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.37%

R = 19.66%
G = 60.97%
B = 19.37%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#45D644 (or 0x45D644) is known color: Lime Green. HEX triplet: 45, D6 and 44. RGB value is (69,214,68). Sum of RGB (Red+Green+Blue) = 69+214+68=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 214 (83.98% from 255 or 60.97% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 214 - color contains mainly: green. Hex color #45D644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D644 is #BA29BB. Grayscale: #9A9A9A. Windows color (decimal): -12200380 or 4511301. OLE color: 4511301.

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

Color convert

RGB 69 214 68 -
CMYK 0.68 0 0.68 0.16
HSL 119.59º 0.64% 0.55% -
HSV(B) 119.59º 0.68% 0.84% -
XYZ 27.54 49.78 13.62 -
YUV 154 79.46 67.37 -
System Red Green Blue C M Y K H S L
Decimal 69 214 68 0.68 0 0.68 0.16 119.59 0.64 0.55
Hex 45 D6 44 44 0 44 10 78 40 37
Octal 105 326 104 104 0 104 20 170 100 67
Binary 1000101 11010110 1000100 1000100 0 1000100 10000 1111000 1000000 110111

Color Harmonies of #45D644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D644

Black with #45D644

Text Example


Text Example

White with #45D644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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