Html Css Color HEX #45E346 Lime Green

📋 copy color: '#45E346'

red 69 ◦ green 227 ◦ blue 70

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

Shades of Lime Green #45E346

Tints of Lime Green #45E346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.13%

R = 18.85%
G = 62.02%
B = 19.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#45E346 (or 0x45E346) is known color: Lime Green. HEX triplet: 45, E3 and 46. RGB value is (69,227,70). Sum of RGB (Red+Green+Blue) = 69+227+70=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 227 (89.06% from 255 or 62.02% from 366); Blue value is 70 (27.73% from 255 or 19.13% from 366); Max value from RGB is 227 - color contains mainly: green. Hex color #45E346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E346 is #BA1CB9. Grayscale: #A2A2A2. Windows color (decimal): -12197050 or 4645701. OLE color: 4645701.

HSL color Cylindrical-coordinate representation of color #45E346: hue angle of 120.38º 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 #45E346 is Cyan = 0.70, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 227 70 -
CMYK 0.70 0 0.69 0.11
HSL 120.38º 0.74% 0.58% -
HSV(B) 120.38º 0.7% 0.89% -
XYZ 31.03 56.65 15.09 -
YUV 161.86 76.15 61.77 -
System Red Green Blue C M Y K H S L
Decimal 69 227 70 0.70 0 0.69 0.11 120.38 0.74 0.58
Hex 45 E3 46 46 0 45 B 78 4A 3A
Octal 105 343 106 106 0 105 13 170 112 72
Binary 1000101 11100011 1000110 1000110 0 1000101 1011 1111000 1001010 111010

Color Harmonies of #45E346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E346

Black with #45E346

Text Example


Text Example

White with #45E346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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