Html Css Color HEX #45FA30 Lime Green

📋 copy color: '#45FA30'

red 69 ◦ green 250 ◦ blue 48

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

Shades of Lime Green #45FA30

Tints of Lime Green #45FA30

RGB

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

 GREEN value IS 250 (98.05% from 255) = 68.12%

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

R = 18.8%
G = 68.12%
B = 13.08%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#45FA30 (or 0x45FA30) is known color: Lime Green. HEX triplet: 45, FA and 30. RGB value is (69,250,48). Sum of RGB (Red+Green+Blue) = 69+250+48=367 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.80% from 367); Green value is 250 (98.05% from 255 or 68.12% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 250 - color contains mainly: green. Hex color #45FA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45FA30 is #BA05CF. Grayscale: #ADADAD. Windows color (decimal): -12191184 or 3209797. OLE color: 3209797.

HSL color Cylindrical-coordinate representation of color #45FA30: hue angle of 113.76º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #45FA30 is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 69 250 48 -
CMYK 0.72 0 0.81 0.02
HSL 113.76º 0.95% 0.58% -
HSV(B) 113.76º 0.81% 0.98% -
XYZ 37.17 69.85 14.32 -
YUV 172.85 57.53 53.93 -
System Red Green Blue C M Y K H S L
Decimal 69 250 48 0.72 0 0.81 0.02 113.76 0.95 0.58
Hex 45 FA 30 48 0 51 2 72 5F 3A
Octal 105 372 60 110 0 121 2 162 137 72
Binary 1000101 11111010 110000 1001000 0 1010001 10 1110010 1011111 111010

Color Harmonies of #45FA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45FA30

Black with #45FA30

Text Example


Text Example

White with #45FA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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