#44B30E

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

Shades of Kelly Green #44B30E

Tints of Kelly Green #44B30E

Color information

#44B30E (or 0x44B30E) is unknown color: approx Kelly Green. HEX triplet: 44, B3 and 0E. RGB value is (68,179,14). Sum of RGB (Red+Green+Blue) = 68+179+14=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 179 (70.31% from 255 or 68.58% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 179 - color contains mainly: green. Hex color #44B30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B30E is #BB4CF1. Grayscale: #7F7F7F. Windows color (decimal): -12274930 or 963396. OLE color: 963396.

HSL color Cylindrical-coordinate representation of color #44B30E: hue angle of 100.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #44B30E is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB6817914-
CMYK0.6200.920.30
HSL100.36º85.49%37.84%-
HSV(B)100.36º92.18%70.2%-
XYZ18.5833.55.9-
YUV12764.2385.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 179 (70.31% from 255) = 68.58%
BLUE value IS 14 (5.86% from 255) = 5.36%
R=26.05%
G=68.58%
B=5.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68179140.6200.920.30100.3685.4937.84
Hex44B3E3E05C1E645526
Octal104263167601343614412546
Binary1000100101100111110111110010111001111011001001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,179,14); }

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

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

 a { background-color: rgb(68,179,14); }

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

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

 span { border-color: rgb(68,179,14); }

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