Html Css Color HEX #45E349 Lime Green

📋 copy color: '#45E349'

red 69 ◦ green 227 ◦ blue 73

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

Shades of Lime Green #45E349

Tints of Lime Green #45E349

RGB

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

 GREEN value IS 227 (89.06% from 255) = 61.52%

 BLUE value IS 73 (28.91% from 255) = 19.78%

R = 18.7%
G = 61.52%
B = 19.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#45E349 (or 0x45E349) is known color: Lime Green. HEX triplet: 45, E3 and 49. RGB value is (69,227,73). Sum of RGB (Red+Green+Blue) = 69+227+73=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 227 (89.06% from 255 or 61.52% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 227 - color contains mainly: green. Hex color #45E349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E349 is #BA1CB6. Grayscale: #A2A2A2. Windows color (decimal): -12197047 or 4842309. OLE color: 4842309.

HSL color Cylindrical-coordinate representation of color #45E349: hue angle of 121.52º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E349 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 227 73 -
CMYK 0.70 0 0.68 0.11
HSL 121.52º 0.74% 0.58% -
HSV(B) 121.52º 0.7% 0.89% -
XYZ 31.13 56.68 15.6 -
YUV 162.2 77.65 61.52 -
System Red Green Blue C M Y K H S L
Decimal 69 227 73 0.70 0 0.68 0.11 121.52 0.74 0.58
Hex 45 E3 49 46 0 44 B 7A 4A 3A
Octal 105 343 111 106 0 104 13 172 112 72
Binary 1000101 11100011 1001001 1000110 0 1000100 1011 1111010 1001010 111010

Color Harmonies of #45E349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E349

Black with #45E349

Text Example


Text Example

White with #45E349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,227,73); }

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

background-color css

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

 a { background-color: rgb(69,227,73); }

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

border-color css

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

 span { border-color: rgb(69,227,73); }

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