Html Css Color HEX #45E136 Lime Green

📋 copy color: '#45E136'

red 69 ◦ green 225 ◦ blue 54

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

Shades of Lime Green #45E136

Tints of Lime Green #45E136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 64.66%

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

R = 19.83%
G = 64.66%
B = 15.52%

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

#45E136 (or 0x45E136) is known color: Lime Green. HEX triplet: 45, E1 and 36. RGB value is (69,225,54). Sum of RGB (Red+Green+Blue) = 69+225+54=348 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.83% from 348); Green value is 225 (88.28% from 255 or 64.66% from 348); Blue value is 54 (21.48% from 255 or 15.52% from 348); Max value from RGB is 225 - color contains mainly: green. Hex color #45E136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E136 is #BA1EC9. Grayscale: #9F9F9F. Windows color (decimal): -12197578 or 3596613. OLE color: 3596613.

HSL color Cylindrical-coordinate representation of color #45E136: hue angle of 114.74º degrees, saturation: 0.74, 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 #45E136 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 69 225 54 -
CMYK 0.69 0 0.76 0.12
HSL 114.74º 0.74% 0.55% -
HSV(B) 114.74º 0.76% 0.88% -
XYZ 30.05 55.38 12.6 -
YUV 158.86 68.82 63.9 -
System Red Green Blue C M Y K H S L
Decimal 69 225 54 0.69 0 0.76 0.12 114.74 0.74 0.55
Hex 45 E1 36 45 0 4C C 73 4A 37
Octal 105 341 66 105 0 114 14 163 112 67
Binary 1000101 11100001 110110 1000101 0 1001100 1100 1110011 1001010 110111

Color Harmonies of #45E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E136

Black with #45E136

Text Example


Text Example

White with #45E136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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