Html Css Color HEX #45E52C Lime Green

📋 copy color: '#45E52C'

red 69 ◦ green 229 ◦ blue 44

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

Shades of Lime Green #45E52C

Tints of Lime Green #45E52C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 66.96%

 BLUE value IS 44 (17.58% from 255) = 12.87%

R = 20.18%
G = 66.96%
B = 12.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#45E52C (or 0x45E52C) is known color: Lime Green. HEX triplet: 45, E5 and 2C. RGB value is (69,229,44). Sum of RGB (Red+Green+Blue) = 69+229+44=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 229 (89.84% from 255 or 66.96% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 229 - color contains mainly: green. Hex color #45E52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E52C is #BA1AD3. Grayscale: #A0A0A0. Windows color (decimal): -12196564 or 2942277. OLE color: 2942277.

HSL color Cylindrical-coordinate representation of color #45E52C: hue angle of 111.89º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45E52C is Cyan = 0.70, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 69 229 44 -
CMYK 0.70 0 0.81 0.10
HSL 111.89º 0.78% 0.54% -
HSV(B) 111.89º 0.81% 0.9% -
XYZ 30.93 57.49 11.85 -
YUV 160.07 62.49 63.04 -
System Red Green Blue C M Y K H S L
Decimal 69 229 44 0.70 0 0.81 0.10 111.89 0.78 0.54
Hex 45 E5 2C 46 0 51 A 70 4E 36
Octal 105 345 54 106 0 121 12 160 116 66
Binary 1000101 11100101 101100 1000110 0 1010001 1010 1110000 1001110 110110

Color Harmonies of #45E52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E52C

Black with #45E52C

Text Example


Text Example

White with #45E52C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,229,44); }

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

background-color css

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

 a { background-color: rgb(69,229,44); }

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

border-color css

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

 span { border-color: rgb(69,229,44); }

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