Html Css Color HEX #45BF3F Lime Green

📋 copy color: '#45BF3F'

red 69 ◦ green 191 ◦ blue 63

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

Shades of Lime Green #45BF3F

Tints of Lime Green #45BF3F

RGB

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

 GREEN value IS 191 (75% from 255) = 59.13%

 BLUE value IS 63 (25% from 255) = 19.5%

R = 21.36%
G = 59.13%
B = 19.5%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#45BF3F (or 0x45BF3F) is known color: Lime Green. HEX triplet: 45, BF and 3F. RGB value is (69,191,63). Sum of RGB (Red+Green+Blue) = 69+191+63=323 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.36% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BF3F is #BA40C0. Grayscale: #8C8C8C. Windows color (decimal): -12206273 or 4177733. OLE color: 4177733.

HSL color Cylindrical-coordinate representation of color #45BF3F: hue angle of 117.19º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45BF3F is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 191 63 -
CMYK 0.64 0 0.67 0.25
HSL 117.19º 0.5% 0.5% -
HSV(B) 117.19º 0.67% 0.75% -
XYZ 21.98 38.89 11.05 -
YUV 139.93 84.58 77.41 -
System Red Green Blue C M Y K H S L
Decimal 69 191 63 0.64 0 0.67 0.25 117.19 0.5 0.5
Hex 45 BF 3F 40 0 43 19 75 32 32
Octal 105 277 77 100 0 103 31 165 62 62
Binary 1000101 10111111 111111 1000000 0 1000011 11001 1110101 110010 110010

Color Harmonies of #45BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BF3F

Black with #45BF3F

Text Example


Text Example

White with #45BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,191,63); }

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

background-color css

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

 a { background-color: rgb(69,191,63); }

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

border-color css

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

 span { border-color: rgb(69,191,63); }

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