Html Css Color HEX #45D24A Lime Green

📋 copy color: '#45D24A'

red 69 ◦ green 210 ◦ blue 74

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

Shades of Lime Green #45D24A

Tints of Lime Green #45D24A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 59.49%

 BLUE value IS 74 (29.3% from 255) = 20.96%

R = 19.55%
G = 59.49%
B = 20.96%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#45D24A (or 0x45D24A) is known color: Lime Green. HEX triplet: 45, D2 and 4A. RGB value is (69,210,74). Sum of RGB (Red+Green+Blue) = 69+210+74=353 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.55% from 353); Green value is 210 (82.42% from 255 or 59.49% from 353); Blue value is 74 (29.30% from 255 or 20.96% from 353); Max value from RGB is 210 - color contains mainly: green. Hex color #45D24A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D24A is #BA2DB5. Grayscale: #989898. Windows color (decimal): -12201398 or 4903493. OLE color: 4903493.

HSL color Cylindrical-coordinate representation of color #45D24A: hue angle of 122.13º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D24A is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB 69 210 74 -
CMYK 0.67 0 0.65 0.18
HSL 122.13º 0.61% 0.55% -
HSV(B) 122.13º 0.67% 0.82% -
XYZ 26.74 47.85 14.31 -
YUV 152.34 83.79 68.56 -
System Red Green Blue C M Y K H S L
Decimal 69 210 74 0.67 0 0.65 0.18 122.13 0.61 0.55
Hex 45 D2 4A 43 0 41 12 7A 3D 37
Octal 105 322 112 103 0 101 22 172 75 67
Binary 1000101 11010010 1001010 1000011 0 1000001 10010 1111010 111101 110111

Color Harmonies of #45D24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D24A

Black with #45D24A

Text Example


Text Example

White with #45D24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,210,74); }

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

background-color css

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

 a { background-color: rgb(69,210,74); }

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

border-color css

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

 span { border-color: rgb(69,210,74); }

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