#22d440

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

Shades of Lime Green #22D440

Tints of Lime Green #22D440

Color information

#22D440 (or 0x22D440) is unknown color: approx Lime Green. HEX triplet: 22, D4 and 40. RGB value is (34,212,64). Sum of RGB (Red+Green+Blue) = 34+212+64=310 (41% of max value = 765). Red value is 34 (13.67% from 255 or 10.97% from 310); Green value is 212 (83.20% from 255 or 68.39% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 212 - color contains mainly: green. Hex color #22D440 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22D440 is #DD2BBF. Grayscale: #8E8E8E. Windows color (decimal): -14494656 or 4248610. OLE color: 4248610.

HSL color Cylindrical-coordinate representation of color #22D440: hue angle of 130.11º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #22D440 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.

Color convert

RGB3421264-
CMYK0.8400.700.17
HSL130.11º72.36%48.24%-
HSV(B)130.11º83.96%83.14%-
XYZ25.1347.812.75-
YUV141.9184.0351.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 10.97%
GREEN value IS 212 (83.20% from 255) = 68.39%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=10.97%
G=68.39%
B=20.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal34212640.8400.700.17130.1172.3648.24
Hex22D4405404611824830
Octal4232410012401062120211060
Binary10001011010100100000010101000100011010001100000101001000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22d440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22d440; }

 p { color: rgb(34,212,64); }

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

<style>
 a { background-color: #22d440; }

 a { background-color: rgb(34,212,64); }

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

<style>
 span { border-color: #22d440; }

 span { border-color: rgb(34,212,64); }

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