Html Css Color HEX #45E036 Lime Green

📋 copy color: '#45E036'

red 69 ◦ green 224 ◦ blue 54

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

Shades of Lime Green #45E036

Tints of Lime Green #45E036

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.55%

 BLUE value IS 54 (21.48% from 255) = 15.56%

R = 19.88%
G = 64.55%
B = 15.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#45E036 (or 0x45E036) is known color: Lime Green. HEX triplet: 45, E0 and 36. RGB value is (69,224,54). Sum of RGB (Red+Green+Blue) = 69+224+54=347 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.88% from 347); Green value is 224 (87.89% from 255 or 64.55% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 224 - color contains mainly: green. Hex color #45E036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E036 is #BA1FC9. Grayscale: #9E9E9E. Windows color (decimal): -12197834 or 3596357. OLE color: 3596357.

HSL color Cylindrical-coordinate representation of color #45E036: hue angle of 114.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45E036 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 224 54 -
CMYK 0.69 0 0.76 0.12
HSL 114.71º 0.73% 0.55% -
HSV(B) 114.71º 0.76% 0.88% -
XYZ 29.78 54.84 12.51 -
YUV 158.28 69.15 64.32 -
System Red Green Blue C M Y K H S L
Decimal 69 224 54 0.69 0 0.76 0.12 114.71 0.73 0.55
Hex 45 E0 36 45 0 4C C 73 49 37
Octal 105 340 66 105 0 114 14 163 111 67
Binary 1000101 11100000 110110 1000101 0 1001100 1100 1110011 1001001 110111

Color Harmonies of #45E036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E036

Black with #45E036

Text Example


Text Example

White with #45E036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,224,54); }

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

background-color css

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

 a { background-color: rgb(69,224,54); }

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

border-color css

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

 span { border-color: rgb(69,224,54); }

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