Html Css Color HEX #44ED42 Lime Green

📋 copy color: '#44ED42'

red 68 ◦ green 237 ◦ blue 66

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

Shades of Lime Green #44ED42

Tints of Lime Green #44ED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 63.88%

 BLUE value IS 66 (26.17% from 255) = 17.79%

R = 18.33%
G = 63.88%
B = 17.79%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#44ED42 (or 0x44ED42) is known color: Lime Green. HEX triplet: 44, ED and 42. RGB value is (68,237,66). Sum of RGB (Red+Green+Blue) = 68+237+66=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 237 (92.97% from 255 or 63.88% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 237 - color contains mainly: green. Hex color #44ED42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44ED42 is #BB12BD. Grayscale: #A7A7A7. Windows color (decimal): -12260030 or 4386116. OLE color: 4386116.

HSL color Cylindrical-coordinate representation of color #44ED42: hue angle of 119.3º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44ED42 is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 68 237 66 -
CMYK 0.71 0 0.72 0.07
HSL 119.3º 0.83% 0.59% -
HSV(B) 119.3º 0.72% 0.93% -
XYZ 33.65 62.19 15.38 -
YUV 166.98 71.01 57.4 -
System Red Green Blue C M Y K H S L
Decimal 68 237 66 0.71 0 0.72 0.07 119.3 0.83 0.59
Hex 44 ED 42 47 0 48 7 77 53 3B
Octal 104 355 102 107 0 110 7 167 123 73
Binary 1000100 11101101 1000010 1000111 0 1001000 111 1110111 1010011 111011

Color Harmonies of #44ED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44ED42

Black with #44ED42

Text Example


Text Example

White with #44ED42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,237,66); }

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

background-color css

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

 a { background-color: rgb(68,237,66); }

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

border-color css

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

 span { border-color: rgb(68,237,66); }

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