Html Css Color HEX #44CC46 Lime Green

📋 copy color: '#44CC46'

red 68 ◦ green 204 ◦ blue 70

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

Shades of Lime Green #44CC46

Tints of Lime Green #44CC46

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.65%

 BLUE value IS 70 (27.73% from 255) = 20.47%

R = 19.88%
G = 59.65%
B = 20.47%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#44CC46 (or 0x44CC46) is known color: Lime Green. HEX triplet: 44, CC and 46. RGB value is (68,204,70). Sum of RGB (Red+Green+Blue) = 68+204+70=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 70 (27.73% from 255 or 20.47% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CC46 is #BB33B9. Grayscale: #949494. Windows color (decimal): -12268474 or 4639812. OLE color: 4639812.

HSL color Cylindrical-coordinate representation of color #44CC46: hue angle of 120.88º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC46 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 68 204 70 -
CMYK 0.67 0 0.66 0.2
HSL 120.88º 0.57% 0.53% -
HSV(B) 120.88º 0.67% 0.8% -
XYZ 25.08 44.86 13.13 -
YUV 148.06 83.94 70.9 -
System Red Green Blue C M Y K H S L
Decimal 68 204 70 0.67 0 0.66 0.2 120.88 0.57 0.53
Hex 44 CC 46 43 0 42 14 79 39 35
Octal 104 314 106 103 0 102 24 171 71 65
Binary 1000100 11001100 1000110 1000011 0 1000010 10100 1111001 111001 110101

Color Harmonies of #44CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44CC46

Black with #44CC46

Text Example


Text Example

White with #44CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,204,70); }

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

background-color css

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

 a { background-color: rgb(68,204,70); }

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

border-color css

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

 span { border-color: rgb(68,204,70); }

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