Html Css Color HEX #45DA30 Lime Green

📋 copy color: '#45DA30'

red 69 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #45DA30

Tints of Lime Green #45DA30

RGB

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

 GREEN value IS 218 (85.55% from 255) = 65.07%

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

R = 20.6%
G = 65.07%
B = 14.33%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#45DA30 (or 0x45DA30) is known color: Lime Green. HEX triplet: 45, DA and 30. RGB value is (69,218,48). Sum of RGB (Red+Green+Blue) = 69+218+48=335 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.60% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA30 is #BA25CF. Grayscale: #9A9A9A. Windows color (decimal): -12199376 or 3201605. OLE color: 3201605.

HSL color Cylindrical-coordinate representation of color #45DA30: hue angle of 112.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45DA30 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 69 218 48 -
CMYK 0.68 0 0.78 0.15
HSL 112.59º 0.7% 0.52% -
HSV(B) 112.59º 0.78% 0.85% -
XYZ 28.06 51.62 11.28 -
YUV 154.07 68.14 67.32 -
System Red Green Blue C M Y K H S L
Decimal 69 218 48 0.68 0 0.78 0.15 112.59 0.7 0.52
Hex 45 DA 30 44 0 4E F 71 46 34
Octal 105 332 60 104 0 116 17 161 106 64
Binary 1000101 11011010 110000 1000100 0 1001110 1111 1110001 1000110 110100

Color Harmonies of #45DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45DA30

Black with #45DA30

Text Example


Text Example

White with #45DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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