Html Css Color HEX #45F731 Lime Green

📋 copy color: '#45F731'

red 69 ◦ green 247 ◦ blue 49

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

Shades of Lime Green #45F731

Tints of Lime Green #45F731

RGB

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

 GREEN value IS 247 (96.88% from 255) = 67.67%

 BLUE value IS 49 (19.53% from 255) = 13.42%

R = 18.9%
G = 67.67%
B = 13.42%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#45F731 (or 0x45F731) is known color: Lime Green. HEX triplet: 45, F7 and 31. RGB value is (69,247,49). Sum of RGB (Red+Green+Blue) = 69+247+49=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 247 (96.88% from 255 or 67.67% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 247 - color contains mainly: green. Hex color #45F731 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F731 is #BA08CE. Grayscale: #ABABAB. Windows color (decimal): -12191951 or 3274565. OLE color: 3274565.

HSL color Cylindrical-coordinate representation of color #45F731: hue angle of 113.94º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #45F731 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.

Color convert

RGB 69 247 49 -
CMYK 0.72 0 0.80 0.03
HSL 113.94º 0.93% 0.58% -
HSV(B) 113.94º 0.8% 0.97% -
XYZ 36.27 68.01 14.12 -
YUV 171.21 59.03 55.1 -
System Red Green Blue C M Y K H S L
Decimal 69 247 49 0.72 0 0.80 0.03 113.94 0.93 0.58
Hex 45 F7 31 48 0 50 3 72 5D 3A
Octal 105 367 61 110 0 120 3 162 135 72
Binary 1000101 11110111 110001 1001000 0 1010000 11 1110010 1011101 111010

Color Harmonies of #45F731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45F731

Black with #45F731

Text Example


Text Example

White with #45F731

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,247,49); }

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

background-color css

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

 a { background-color: rgb(69,247,49); }

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

border-color css

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

 span { border-color: rgb(69,247,49); }

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