Html Css Color HEX #45E22F Lime Green

📋 copy color: '#45E22F'

red 69 ◦ green 226 ◦ blue 47

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

Shades of Lime Green #45E22F

Tints of Lime Green #45E22F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 66.08%

 BLUE value IS 47 (18.75% from 255) = 13.74%

R = 20.18%
G = 66.08%
B = 13.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#45E22F (or 0x45E22F) is known color: Lime Green. HEX triplet: 45, E2 and 2F. RGB value is (69,226,47). Sum of RGB (Red+Green+Blue) = 69+226+47=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 226 (88.67% from 255 or 66.08% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 226 - color contains mainly: green. Hex color #45E22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E22F is #BA1DD0. Grayscale: #9F9F9F. Windows color (decimal): -12197329 or 3138117. OLE color: 3138117.

HSL color Cylindrical-coordinate representation of color #45E22F: hue angle of 112.63º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #45E22F is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 69 226 47 -
CMYK 0.69 0 0.79 0.11
HSL 112.63º 0.76% 0.54% -
HSV(B) 112.63º 0.79% 0.89% -
XYZ 30.16 55.86 11.88 -
YUV 158.65 64.99 64.05 -
System Red Green Blue C M Y K H S L
Decimal 69 226 47 0.69 0 0.79 0.11 112.63 0.76 0.54
Hex 45 E2 2F 45 0 4F B 71 4C 36
Octal 105 342 57 105 0 117 13 161 114 66
Binary 1000101 11100010 101111 1000101 0 1001111 1011 1110001 1001100 110110

Color Harmonies of #45E22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45E22F

Black with #45E22F

Text Example


Text Example

White with #45E22F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,226,47); }

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

background-color css

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

 a { background-color: rgb(69,226,47); }

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

border-color css

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

 span { border-color: rgb(69,226,47); }

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