Html Css Color HEX #44DA30 Lime Green

📋 copy color: '#44DA30'

red 68 ◦ green 218 ◦ blue 48

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

Shades of Lime Green #44DA30

Tints of Lime Green #44DA30

RGB

 RED value IS 68 (26.95% from 255) = 20.36%

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

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

R = 20.36%
G = 65.27%
B = 14.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#44DA30 (or 0x44DA30) is known color: Lime Green. HEX triplet: 44, DA and 30. RGB value is (68,218,48). Sum of RGB (Red+Green+Blue) = 68+218+48=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 218 (85.55% from 255 or 65.27% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 218 - color contains mainly: green. Hex color #44DA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DA30 is #BB25CF. Grayscale: #9A9A9A. Windows color (decimal): -12264912 or 3201604. OLE color: 3201604.

HSL color Cylindrical-coordinate representation of color #44DA30: hue angle of 112.94º 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 #44DA30 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

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

Color Harmonies of #44DA30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DA30

Black with #44DA30

Text Example


Text Example

White with #44DA30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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