Html Css Color HEX #44E152 Lime Green

📋 copy color: '#44E152'

red 68 ◦ green 225 ◦ blue 82

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

Shades of Lime Green #44E152

Tints of Lime Green #44E152

RGB

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

 GREEN value IS 225 (88.28% from 255) = 60%

 BLUE value IS 82 (32.42% from 255) = 21.87%

R = 18.13%
G = 60%
B = 21.87%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#44E152 (or 0x44E152) is known color: Lime Green. HEX triplet: 44, E1 and 52. RGB value is (68,225,82). Sum of RGB (Red+Green+Blue) = 68+225+82=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 225 (88.28% from 255 or 60% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 225 - color contains mainly: green. Hex color #44E152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44E152 is #BB1EAD. Grayscale: #A2A2A2. Windows color (decimal): -12263086 or 5431620. OLE color: 5431620.

HSL color Cylindrical-coordinate representation of color #44E152: hue angle of 125.35º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E152 is Cyan = 0.70, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 68 225 82 -
CMYK 0.70 0 0.64 0.12
HSL 125.35º 0.72% 0.57% -
HSV(B) 125.35º 0.7% 0.88% -
XYZ 30.83 55.69 17.11 -
YUV 161.76 82.99 61.13 -
System Red Green Blue C M Y K H S L
Decimal 68 225 82 0.70 0 0.64 0.12 125.35 0.72 0.57
Hex 44 E1 52 46 0 40 C 7D 48 39
Octal 104 341 122 106 0 100 14 175 110 71
Binary 1000100 11100001 1010010 1000110 0 1000000 1100 1111101 1001000 111001

Color Harmonies of #44E152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44E152

Black with #44E152

Text Example


Text Example

White with #44E152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,225,82); }

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

background-color css

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

 a { background-color: rgb(68,225,82); }

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

border-color css

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

 span { border-color: rgb(68,225,82); }

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