Html Css Color HEX #44DE2D Lime Green

📋 copy color: '#44DE2D'

red 68 ◦ green 222 ◦ blue 45

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

Shades of Lime Green #44DE2D

Tints of Lime Green #44DE2D

RGB

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

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

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

R = 20.3%
G = 66.27%
B = 13.43%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#44DE2D (or 0x44DE2D) is known color: Lime Green. HEX triplet: 44, DE and 2D. RGB value is (68,222,45). Sum of RGB (Red+Green+Blue) = 68+222+45=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 222 (87.11% from 255 or 66.27% from 335); Blue value is 45 (17.97% from 255 or 13.43% from 335); Max value from RGB is 222 - color contains mainly: green. Hex color #44DE2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DE2D is #BB21D2. Grayscale: #9C9C9C. Windows color (decimal): -12263891 or 3006020. OLE color: 3006020.

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

Color convert

RGB 68 222 45 -
CMYK 0.69 0 0.80 0.13
HSL 112.2º 0.73% 0.52% -
HSV(B) 112.2º 0.8% 0.87% -
XYZ 28.98 53.66 11.31 -
YUV 155.78 65.48 65.39 -
System Red Green Blue C M Y K H S L
Decimal 68 222 45 0.69 0 0.80 0.13 112.2 0.73 0.52
Hex 44 DE 2D 45 0 50 D 70 49 34
Octal 104 336 55 105 0 120 15 160 111 64
Binary 1000100 11011110 101101 1000101 0 1010000 1101 1110000 1001001 110100

Color Harmonies of #44DE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44DE2D

Black with #44DE2D

Text Example


Text Example

White with #44DE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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