Html Css Color HEX #45D34A Lime Green

📋 copy color: '#45D34A'

red 69 ◦ green 211 ◦ blue 74

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

Shades of Lime Green #45D34A

Tints of Lime Green #45D34A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 59.6%

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

R = 19.49%
G = 59.6%
B = 20.9%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#45D34A (or 0x45D34A) is known color: Lime Green. HEX triplet: 45, D3 and 4A. RGB value is (69,211,74). Sum of RGB (Red+Green+Blue) = 69+211+74=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 211 (82.81% from 255 or 59.60% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 211 - color contains mainly: green. Hex color #45D34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D34A is #BA2CB5. Grayscale: #999999. Windows color (decimal): -12201142 or 4903749. OLE color: 4903749.

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

Color convert

RGB 69 211 74 -
CMYK 0.67 0 0.65 0.17
HSL 122.11º 0.62% 0.55% -
HSV(B) 122.11º 0.67% 0.83% -
XYZ 26.98 48.35 14.39 -
YUV 152.92 83.46 68.14 -
System Red Green Blue C M Y K H S L
Decimal 69 211 74 0.67 0 0.65 0.17 122.11 0.62 0.55
Hex 45 D3 4A 43 0 41 11 7A 3E 37
Octal 105 323 112 103 0 101 21 172 76 67
Binary 1000101 11010011 1001010 1000011 0 1000001 10001 1111010 111110 110111

Color Harmonies of #45D34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45D34A

Black with #45D34A

Text Example


Text Example

White with #45D34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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