Html Css Color HEX #45BC3D Lime Green

📋 copy color: '#45BC3D'

red 69 ◦ green 188 ◦ blue 61

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

Shades of Lime Green #45BC3D

Tints of Lime Green #45BC3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.18%

R = 21.7%
G = 59.12%
B = 19.18%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#45BC3D (or 0x45BC3D) is known color: Lime Green. HEX triplet: 45, BC and 3D. RGB value is (69,188,61). Sum of RGB (Red+Green+Blue) = 69+188+61=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC3D is #BA43C2. Grayscale: #8A8A8A. Windows color (decimal): -12207043 or 4045893. OLE color: 4045893.

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

Color convert

RGB 69 188 61 -
CMYK 0.63 0 0.68 0.26
HSL 116.22º 0.51% 0.49% -
HSV(B) 116.22º 0.68% 0.74% -
XYZ 21.28 37.57 10.54 -
YUV 137.94 84.58 78.83 -
System Red Green Blue C M Y K H S L
Decimal 69 188 61 0.63 0 0.68 0.26 116.22 0.51 0.49
Hex 45 BC 3D 3F 0 44 1A 74 33 31
Octal 105 274 75 77 0 104 32 164 63 61
Binary 1000101 10111100 111101 111111 0 1000100 11010 1110100 110011 110001

Color Harmonies of #45BC3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC3D

Black with #45BC3D

Text Example


Text Example

White with #45BC3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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