#44cf4b

Color #44CF4B Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #44CF4B

Tints of Lime Green #44CF4B

Color information

#44CF4B (or 0x44CF4B) is unknown color: approx Lime Green. HEX triplet: 44, CF and 4B. RGB value is (68,207,75). Sum of RGB (Red+Green+Blue) = 68+207+75=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 207 (81.25% from 255 or 59.14% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CF4B is #BB30B4. Grayscale: #969696. Windows color (decimal): -12267701 or 4968260. OLE color: 4968260.

HSL color Cylindrical-coordinate representation of color #44CF4B: hue angle of 123.02º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CF4B is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB6820775-
CMYK0.6700.640.19
HSL123.02º59.15%53.92%-
HSV(B)123.02º67.15%81.18%-
XYZ25.9746.3614.24-
YUV150.3985.4569.23-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 207 (81.25% from 255) = 59.14%
BLUE value IS 75 (29.69% from 255) = 21.43%
R=19.43%
G=59.14%
B=21.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal68207750.6700.640.19123.0259.1553.92
Hex44CF4B43040137b3b36
Octal1043171131030100231737366
Binary1000100110011111001011100001101000000100111111011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44cf4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #44cf4b;
 }
 .AnyTagClassName
 {
   color: #44cf4b;
 }
</style>
background-color css

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

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

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

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

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

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