Html Css Color HEX #45BE30 Lime Green

📋 copy color: '#45BE30'

red 69 ◦ green 190 ◦ blue 48

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

Shades of Lime Green #45BE30

Tints of Lime Green #45BE30

RGB

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

 GREEN value IS 190 (74.61% from 255) = 61.89%

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

R = 22.48%
G = 61.89%
B = 15.64%

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

#45BE30 (or 0x45BE30) is known color: Lime Green. HEX triplet: 45, BE and 30. RGB value is (69,190,48). Sum of RGB (Red+Green+Blue) = 69+190+48=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 190 (74.61% from 255 or 61.89% from 307); Blue value is 48 (19.14% from 255 or 15.64% from 307); Max value from RGB is 190 - color contains mainly: green. Hex color #45BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BE30 is #BA41CF. Grayscale: #8A8A8A. Windows color (decimal): -12206544 or 3194437. OLE color: 3194437.

HSL color Cylindrical-coordinate representation of color #45BE30: hue angle of 111.13º 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 #45BE30 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 69 190 48 -
CMYK 0.64 0 0.75 0.25
HSL 111.13º 0.6% 0.47% -
HSV(B) 111.13º 0.75% 0.75% -
XYZ 21.4 38.31 9.06 -
YUV 137.63 77.41 79.05 -
System Red Green Blue C M Y K H S L
Decimal 69 190 48 0.64 0 0.75 0.25 111.13 0.6 0.47
Hex 45 BE 30 40 0 4B 19 6F 3C 2F
Octal 105 276 60 100 0 113 31 157 74 57
Binary 1000101 10111110 110000 1000000 0 1001011 11001 1101111 111100 101111

Color Harmonies of #45BE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45BE30

Black with #45BE30

Text Example


Text Example

White with #45BE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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