Html Css Color HEX #45E348 Lime Green

📋 copy color: '#45E348'

red 69 ◦ green 227 ◦ blue 72

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

Shades of Lime Green #45E348

Tints of Lime Green #45E348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.57%

R = 18.75%
G = 61.68%
B = 19.57%

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

#45E348 (or 0x45E348) is known color: Lime Green. HEX triplet: 45, E3 and 48. RGB value is (69,227,72). Sum of RGB (Red+Green+Blue) = 69+227+72=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 227 (89.06% from 255 or 61.68% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 227 - color contains mainly: green. Hex color #45E348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E348 is #BA1CB7. Grayscale: #A2A2A2. Windows color (decimal): -12197048 or 4776773. OLE color: 4776773.

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

Color convert

RGB 69 227 72 -
CMYK 0.70 0 0.68 0.11
HSL 121.14º 0.74% 0.58% -
HSV(B) 121.14º 0.7% 0.89% -
XYZ 31.09 56.67 15.43 -
YUV 162.09 77.15 61.6 -
System Red Green Blue C M Y K H S L
Decimal 69 227 72 0.70 0 0.68 0.11 121.14 0.74 0.58
Hex 45 E3 48 46 0 44 B 79 4A 3A
Octal 105 343 110 106 0 104 13 171 112 72
Binary 1000101 11100011 1001000 1000110 0 1000100 1011 1111001 1001010 111010

Color Harmonies of #45E348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E348

Black with #45E348

Text Example


Text Example

White with #45E348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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