Html Css Color HEX #45D74C Lime Green

📋 copy color: '#45D74C'

red 69 ◦ green 215 ◦ blue 76

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

Shades of Lime Green #45D74C

Tints of Lime Green #45D74C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 59.72%

 BLUE value IS 76 (30.08% from 255) = 21.11%

R = 19.17%
G = 59.72%
B = 21.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#45D74C (or 0x45D74C) is known color: Lime Green. HEX triplet: 45, D7 and 4C. RGB value is (69,215,76). Sum of RGB (Red+Green+Blue) = 69+215+76=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 76 (30.08% from 255 or 21.11% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #45D74C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D74C is #BA28B3. Grayscale: #9B9B9B. Windows color (decimal): -12200116 or 5035845. OLE color: 5035845.

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

Color convert

RGB 69 215 76 -
CMYK 0.68 0 0.65 0.16
HSL 122.88º 0.65% 0.56% -
HSV(B) 122.88º 0.68% 0.84% -
XYZ 28.06 50.39 15.08 -
YUV 155.5 83.13 66.3 -
System Red Green Blue C M Y K H S L
Decimal 69 215 76 0.68 0 0.65 0.16 122.88 0.65 0.56
Hex 45 D7 4C 44 0 41 10 7B 41 38
Octal 105 327 114 104 0 101 20 173 101 70
Binary 1000101 11010111 1001100 1000100 0 1000001 10000 1111011 1000001 111000

Color Harmonies of #45D74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D74C

Black with #45D74C

Text Example


Text Example

White with #45D74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,215,76); }

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

background-color css

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

 a { background-color: rgb(69,215,76); }

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

border-color css

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

 span { border-color: rgb(69,215,76); }

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