Html Css Color HEX #45BF30 Lime Green

📋 copy color: '#45BF30'

red 69 ◦ green 191 ◦ blue 48

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

Shades of Lime Green #45BF30

Tints of Lime Green #45BF30

RGB

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

 GREEN value IS 191 (75% from 255) = 62.01%

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

R = 22.4%
G = 62.01%
B = 15.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#45BF30 (or 0x45BF30) is known color: Lime Green. HEX triplet: 45, BF and 30. RGB value is (69,191,48). Sum of RGB (Red+Green+Blue) = 69+191+48=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 191 (75% from 255 or 62.01% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BF30 is #BA40CF. Grayscale: #8A8A8A. Windows color (decimal): -12206288 or 3194693. OLE color: 3194693.

HSL color Cylindrical-coordinate representation of color #45BF30: hue angle of 111.19º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45BF30 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 191 48 -
CMYK 0.64 0 0.75 0.25
HSL 111.19º 0.6% 0.47% -
HSV(B) 111.19º 0.75% 0.75% -
XYZ 21.62 38.74 9.13 -
YUV 138.22 77.08 78.63 -
System Red Green Blue C M Y K H S L
Decimal 69 191 48 0.64 0 0.75 0.25 111.19 0.6 0.47
Hex 45 BF 30 40 0 4B 19 6F 3C 2F
Octal 105 277 60 100 0 113 31 157 74 57
Binary 1000101 10111111 110000 1000000 0 1001011 11001 1101111 111100 101111

Color Harmonies of #45BF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BF30

Black with #45BF30

Text Example


Text Example

White with #45BF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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