#44CB2A

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

Shades of Lime Green #44CB2A

Tints of Lime Green #44CB2A

Color information

#44CB2A (or 0x44CB2A) is unknown color: approx Lime Green. HEX triplet: 44, CB and 2A. RGB value is (68,203,42). Sum of RGB (Red+Green+Blue) = 68+203+42=313 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.73% from 313); Green value is 203 (79.69% from 255 or 64.86% from 313); Blue value is 42 (16.80% from 255 or 13.42% from 313); Max value from RGB is 203 - color contains mainly: green. Hex color #44CB2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CB2A is #BB34D5. Grayscale: #909090. Windows color (decimal): -12268758 or 2804548. OLE color: 2804548.

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

Color convert

RGB6820342-
CMYK0.6700.790.20
HSL110.31º65.71%48.04%-
HSV(B)110.31º79.31%79.61%-
XYZ24.1644.119.43-
YUV144.2870.2773.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.73%
GREEN value IS 203 (79.69% from 255) = 64.86%
BLUE value IS 42 (16.80% from 255) = 13.42%
R=21.73%
G=64.86%
B=13.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal68203420.6700.790.20110.3165.7148.04
Hex44CB2A4304F146e4230
Octal1043135210301172415610260
Binary1000100110010111010101000011010011111010011011101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44CB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,203,42); }

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

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

 a { background-color: rgb(68,203,42); }

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

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

 span { border-color: rgb(68,203,42); }

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