#22CE1F

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

Shades of Lime Green #22CE1F

Tints of Lime Green #22CE1F

Color information

#22CE1F (or 0x22CE1F) is unknown color: approx Lime Green. HEX triplet: 22, CE and 1F. RGB value is (34,206,31). Sum of RGB (Red+Green+Blue) = 34+206+31=271 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.55% from 271); Green value is 206 (80.86% from 255 or 76.01% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 206 - color contains mainly: green. Hex color #22CE1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #22CE1F is #DD31E0. Grayscale: #878787. Windows color (decimal): -14496225 or 2084386. OLE color: 2084386.

HSL color Cylindrical-coordinate representation of color #22CE1F: hue angle of 118.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #22CE1F is Cyan = 0.83, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB3420631-
CMYK0.8300.850.19
HSL118.97º73.84%46.47%-
HSV(B)118.97º84.95%80.78%-
XYZ22.9844.588.69-
YUV134.6269.5256.23-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.55%
GREEN value IS 206 (80.86% from 255) = 76.01%
BLUE value IS 31 (12.5% from 255) = 11.44%
R=12.55%
G=76.01%
B=11.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal34206310.8300.850.19118.9773.8446.47
Hex22CE1F5305513774a2e
Octal423163712301252316711256
Binary10001011001110111111010011010101011001111101111001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22CE1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,206,31); }

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

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

 a { background-color: rgb(34,206,31); }

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

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

 span { border-color: rgb(34,206,31); }

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