Html Css Color HEX #45BC41 Lime Green

📋 copy color: '#45BC41'

red 69 ◦ green 188 ◦ blue 65

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

Shades of Lime Green #45BC41

Tints of Lime Green #45BC41

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.39%

 BLUE value IS 65 (25.78% from 255) = 20.19%

R = 21.43%
G = 58.39%
B = 20.19%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#45BC41 (or 0x45BC41) is known color: Lime Green. HEX triplet: 45, BC and 41. RGB value is (69,188,65). Sum of RGB (Red+Green+Blue) = 69+188+65=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 188 (73.83% from 255 or 58.39% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC41 is #BA43BE. Grayscale: #8A8A8A. Windows color (decimal): -12207039 or 4308037. OLE color: 4308037.

HSL color Cylindrical-coordinate representation of color #45BC41: hue angle of 118.05º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45BC41 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 69 188 65 -
CMYK 0.63 0 0.65 0.26
HSL 118.05º 0.49% 0.5% -
HSV(B) 118.05º 0.65% 0.74% -
XYZ 21.39 37.61 11.13 -
YUV 138.4 86.58 78.5 -
System Red Green Blue C M Y K H S L
Decimal 69 188 65 0.63 0 0.65 0.26 118.05 0.49 0.5
Hex 45 BC 41 3F 0 41 1A 76 31 32
Octal 105 274 101 77 0 101 32 166 61 62
Binary 1000101 10111100 1000001 111111 0 1000001 11010 1110110 110001 110010

Color Harmonies of #45BC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC41

Black with #45BC41

Text Example


Text Example

White with #45BC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,188,65); }

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

background-color css

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

 a { background-color: rgb(69,188,65); }

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

border-color css

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

 span { border-color: rgb(69,188,65); }

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