Html Css Color HEX #45BC30 Lime Green

📋 copy color: '#45BC30'

red 69 ◦ green 188 ◦ blue 48

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

Shades of Lime Green #45BC30

Tints of Lime Green #45BC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.74%

R = 22.62%
G = 61.64%
B = 15.74%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#45BC30 (or 0x45BC30) is known color: Lime Green. HEX triplet: 45, BC and 30. RGB value is (69,188,48). Sum of RGB (Red+Green+Blue) = 69+188+48=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 188 (73.83% from 255 or 61.64% from 305); Blue value is 48 (19.14% from 255 or 15.74% from 305); Max value from RGB is 188 - color contains mainly: green. Hex color #45BC30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BC30 is #BA43CF. Grayscale: #888888. Windows color (decimal): -12207056 or 3193925. OLE color: 3193925.

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

Color convert

RGB 69 188 48 -
CMYK 0.63 0 0.74 0.26
HSL 111º 0.59% 0.46% -
HSV(B) 111º 0.74% 0.74% -
XYZ 20.97 37.45 8.92 -
YUV 136.46 78.08 79.88 -
System Red Green Blue C M Y K H S L
Decimal 69 188 48 0.63 0 0.74 0.26 111 0.59 0.46
Hex 45 BC 30 3F 0 4A 1A 6F 3B 2E
Octal 105 274 60 77 0 112 32 157 73 56
Binary 1000101 10111100 110000 111111 0 1001010 11010 1101111 111011 101110

Color Harmonies of #45BC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BC30

Black with #45BC30

Text Example


Text Example

White with #45BC30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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