Html Css Color HEX #45E34A Lime Green

📋 copy color: '#45E34A'

red 69 ◦ green 227 ◦ blue 74

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

Shades of Lime Green #45E34A

Tints of Lime Green #45E34A

RGB

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

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

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

R = 18.65%
G = 61.35%
B = 20%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#45E34A (or 0x45E34A) is known color: Lime Green. HEX triplet: 45, E3 and 4A. RGB value is (69,227,74). Sum of RGB (Red+Green+Blue) = 69+227+74=370 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.65% from 370); Green value is 227 (89.06% from 255 or 61.35% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 227 - color contains mainly: green. Hex color #45E34A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E34A is #BA1CB5. Grayscale: #A2A2A2. Windows color (decimal): -12197046 or 4907845. OLE color: 4907845.

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

Color convert

RGB 69 227 74 -
CMYK 0.70 0 0.67 0.11
HSL 121.9º 0.74% 0.58% -
HSV(B) 121.9º 0.7% 0.89% -
XYZ 31.16 56.7 15.78 -
YUV 162.32 78.15 61.44 -
System Red Green Blue C M Y K H S L
Decimal 69 227 74 0.70 0 0.67 0.11 121.9 0.74 0.58
Hex 45 E3 4A 46 0 43 B 7A 4A 3A
Octal 105 343 112 106 0 103 13 172 112 72
Binary 1000101 11100011 1001010 1000110 0 1000011 1011 1111010 1001010 111010

Color Harmonies of #45E34A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E34A

Black with #45E34A

Text Example


Text Example

White with #45E34A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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