Html Css Color HEX #45BC3A Lime Green

📋 copy color: '#45BC3A'

red 69 ◦ green 188 ◦ blue 58

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

Shades of Lime Green #45BC3A

Tints of Lime Green #45BC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.41%

R = 21.9%
G = 59.68%
B = 18.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#45BC3A (or 0x45BC3A) is known color: Lime Green. HEX triplet: 45, BC and 3A. RGB value is (69,188,58). Sum of RGB (Red+Green+Blue) = 69+188+58=315 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.90% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC3A is #BA43C5. Grayscale: #898989. Windows color (decimal): -12207046 or 3849285. OLE color: 3849285.

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

Color convert

RGB 69 188 58 -
CMYK 0.63 0 0.69 0.26
HSL 114.92º 0.53% 0.48% -
HSV(B) 114.92º 0.69% 0.74% -
XYZ 21.2 37.54 10.13 -
YUV 137.6 83.08 79.07 -
System Red Green Blue C M Y K H S L
Decimal 69 188 58 0.63 0 0.69 0.26 114.92 0.53 0.48
Hex 45 BC 3A 3F 0 45 1A 73 35 30
Octal 105 274 72 77 0 105 32 163 65 60
Binary 1000101 10111100 111010 111111 0 1000101 11010 1110011 110101 110000

Color Harmonies of #45BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC3A

Black with #45BC3A

Text Example


Text Example

White with #45BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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