Html Css Color HEX #44DE30 Lime Green

📋 copy color: '#44DE30'

red 68 ◦ green 222 ◦ blue 48

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

Shades of Lime Green #44DE30

Tints of Lime Green #44DE30

RGB

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

 GREEN value IS 222 (87.11% from 255) = 65.68%

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

R = 20.12%
G = 65.68%
B = 14.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#44DE30 (or 0x44DE30) is known color: Lime Green. HEX triplet: 44, DE and 30. RGB value is (68,222,48). Sum of RGB (Red+Green+Blue) = 68+222+48=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 222 (87.11% from 255 or 65.68% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 222 - color contains mainly: green. Hex color #44DE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DE30 is #BB21CF. Grayscale: #9C9C9C. Windows color (decimal): -12263888 or 3202628. OLE color: 3202628.

HSL color Cylindrical-coordinate representation of color #44DE30: hue angle of 113.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44DE30 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 68 222 48 -
CMYK 0.69 0 0.78 0.13
HSL 113.1º 0.73% 0.53% -
HSV(B) 113.1º 0.78% 0.87% -
XYZ 29.04 53.68 11.63 -
YUV 156.12 66.98 65.15 -
System Red Green Blue C M Y K H S L
Decimal 68 222 48 0.69 0 0.78 0.13 113.1 0.73 0.53
Hex 44 DE 30 45 0 4E D 71 48 35
Octal 104 336 60 105 0 116 15 161 110 65
Binary 1000100 11011110 110000 1000101 0 1001110 1101 1110001 1001000 110101

Color Harmonies of #44DE30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DE30

Black with #44DE30

Text Example


Text Example

White with #44DE30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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