Html Css Color HEX #45BC32 Lime Green

📋 copy color: '#45BC32'

red 69 ◦ green 188 ◦ blue 50

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

Shades of Lime Green #45BC32

Tints of Lime Green #45BC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 22.48%
G = 61.24%
B = 16.29%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#45BC32 (or 0x45BC32) is known color: Lime Green. HEX triplet: 45, BC and 32. RGB value is (69,188,50). Sum of RGB (Red+Green+Blue) = 69+188+50=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC32 is #BA43CD. Grayscale: #898989. Windows color (decimal): -12207054 or 3324997. OLE color: 3324997.

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

Color convert

RGB 69 188 50 -
CMYK 0.63 0 0.73 0.26
HSL 111.74º 0.58% 0.47% -
HSV(B) 111.74º 0.73% 0.74% -
XYZ 21.01 37.46 9.14 -
YUV 136.69 79.08 79.72 -
System Red Green Blue C M Y K H S L
Decimal 69 188 50 0.63 0 0.73 0.26 111.74 0.58 0.47
Hex 45 BC 32 3F 0 49 1A 70 3A 2F
Octal 105 274 62 77 0 111 32 160 72 57
Binary 1000101 10111100 110010 111111 0 1001001 11010 1110000 111010 101111

Color Harmonies of #45BC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC32

Black with #45BC32

Text Example


Text Example

White with #45BC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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