Html Css Color HEX #45E04A Lime Green

📋 copy color: '#45E04A'

red 69 ◦ green 224 ◦ blue 74

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

Shades of Lime Green #45E04A

Tints of Lime Green #45E04A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 61.04%

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

R = 18.8%
G = 61.04%
B = 20.16%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#45E04A (or 0x45E04A) is known color: Lime Green. HEX triplet: 45, E0 and 4A. RGB value is (69,224,74). Sum of RGB (Red+Green+Blue) = 69+224+74=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 224 (87.89% from 255 or 61.04% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 224 - color contains mainly: green. Hex color #45E04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E04A is #BA1FB5. Grayscale: #A1A1A1. Windows color (decimal): -12197814 or 4907077. OLE color: 4907077.

HSL color Cylindrical-coordinate representation of color #45E04A: hue angle of 121.94º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E04A is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 224 74 -
CMYK 0.69 0 0.67 0.12
HSL 121.94º 0.71% 0.57% -
HSV(B) 121.94º 0.69% 0.88% -
XYZ 30.35 55.07 15.51 -
YUV 160.56 79.15 62.7 -
System Red Green Blue C M Y K H S L
Decimal 69 224 74 0.69 0 0.67 0.12 121.94 0.71 0.57
Hex 45 E0 4A 45 0 43 C 7A 47 39
Octal 105 340 112 105 0 103 14 172 107 71
Binary 1000101 11100000 1001010 1000101 0 1000011 1100 1111010 1000111 111001

Color Harmonies of #45E04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E04A

Black with #45E04A

Text Example


Text Example

White with #45E04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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