Html Css Color HEX #44DA2D Lime Green

📋 copy color: '#44DA2D'

red 68 ◦ green 218 ◦ blue 45

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

Shades of Lime Green #44DA2D

Tints of Lime Green #44DA2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.6%

R = 20.54%
G = 65.86%
B = 13.6%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#44DA2D (or 0x44DA2D) is known color: Lime Green. HEX triplet: 44, DA and 2D. RGB value is (68,218,45). Sum of RGB (Red+Green+Blue) = 68+218+45=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 218 (85.55% from 255 or 65.86% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 218 - color contains mainly: green. Hex color #44DA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DA2D is #BB25D2. Grayscale: #999999. Windows color (decimal): -12264915 or 3004996. OLE color: 3004996.

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

Color convert

RGB 68 218 45 -
CMYK 0.69 0 0.79 0.15
HSL 112.02º 0.7% 0.52% -
HSV(B) 112.02º 0.79% 0.85% -
XYZ 27.93 51.56 10.96 -
YUV 153.43 66.81 67.07 -
System Red Green Blue C M Y K H S L
Decimal 68 218 45 0.69 0 0.79 0.15 112.02 0.7 0.52
Hex 44 DA 2D 45 0 4F F 70 46 34
Octal 104 332 55 105 0 117 17 160 106 64
Binary 1000100 11011010 101101 1000101 0 1001111 1111 1110000 1000110 110100

Color Harmonies of #44DA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DA2D

Black with #44DA2D

Text Example


Text Example

White with #44DA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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