Html Css Color HEX #44D94B Lime Green

📋 copy color: '#44D94B'

red 68 ◦ green 217 ◦ blue 75

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

Shades of Lime Green #44D94B

Tints of Lime Green #44D94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 60.28%

 BLUE value IS 75 (29.69% from 255) = 20.83%

R = 18.89%
G = 60.28%
B = 20.83%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#44D94B (or 0x44D94B) is known color: Lime Green. HEX triplet: 44, D9 and 4B. RGB value is (68,217,75). Sum of RGB (Red+Green+Blue) = 68+217+75=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #44D94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D94B is #BB26B4. Grayscale: #9C9C9C. Windows color (decimal): -12265141 or 4970820. OLE color: 4970820.

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

Color convert

RGB 68 217 75 -
CMYK 0.69 0 0.65 0.15
HSL 122.82º 0.66% 0.56% -
HSV(B) 122.82º 0.69% 0.85% -
XYZ 28.47 51.36 15.07 -
YUV 156.26 82.14 65.05 -
System Red Green Blue C M Y K H S L
Decimal 68 217 75 0.69 0 0.65 0.15 122.82 0.66 0.56
Hex 44 D9 4B 45 0 41 F 7B 42 38
Octal 104 331 113 105 0 101 17 173 102 70
Binary 1000100 11011001 1001011 1000101 0 1000001 1111 1111011 1000010 111000

Color Harmonies of #44D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D94B

Black with #44D94B

Text Example


Text Example

White with #44D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,217,75); }

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

background-color css

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

 a { background-color: rgb(68,217,75); }

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

border-color css

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

 span { border-color: rgb(68,217,75); }

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