Html Css Color HEX #45D654 Lime Green

📋 copy color: '#45D654'

red 69 ◦ green 214 ◦ blue 84

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

Shades of Lime Green #45D654

Tints of Lime Green #45D654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 22.89%

R = 18.8%
G = 58.31%
B = 22.89%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#45D654 (or 0x45D654) is known color: Lime Green. HEX triplet: 45, D6 and 54. RGB value is (69,214,84). Sum of RGB (Red+Green+Blue) = 69+214+84=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #45D654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D654 is #BA29AB. Grayscale: #9C9C9C. Windows color (decimal): -12200364 or 5559877. OLE color: 5559877.

HSL color Cylindrical-coordinate representation of color #45D654: hue angle of 126.21º 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 #45D654 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 69 214 84 -
CMYK 0.68 0 0.61 0.16
HSL 126.21º 0.64% 0.55% -
HSV(B) 126.21º 0.68% 0.84% -
XYZ 28.1 50 16.56 -
YUV 155.83 87.46 66.07 -
System Red Green Blue C M Y K H S L
Decimal 69 214 84 0.68 0 0.61 0.16 126.21 0.64 0.55
Hex 45 D6 54 44 0 3D 10 7E 40 37
Octal 105 326 124 104 0 75 20 176 100 67
Binary 1000101 11010110 1010100 1000100 0 111101 10000 1111110 1000000 110111

Color Harmonies of #45D654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D654

Black with #45D654

Text Example


Text Example

White with #45D654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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