#22F93A

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

Shades of Lime Green #22F93A

Tints of Lime Green #22F93A

Color information

#22F93A (or 0x22F93A) is unknown color: approx Lime Green. HEX triplet: 22, F9 and 3A. RGB value is (34,249,58). Sum of RGB (Red+Green+Blue) = 34+249+58=341 (45% of max value = 765). Red value is 34 (13.67% from 255 or 9.97% from 341); Green value is 249 (97.66% from 255 or 73.02% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 249 - color contains mainly: green. Hex color #22F93A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #22F93A is #DD06C5. Grayscale: #A3A3A3. Windows color (decimal): -14485190 or 3864866. OLE color: 3864866.

HSL color Cylindrical-coordinate representation of color #22F93A: hue angle of 126.7º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22F93A is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.02.

Color convert

RGB3424958-
CMYK0.8600.770.02
HSL126.7º94.71%55.49%-
HSV(B)126.7º86.35%97.65%-
XYZ35.368.415.34-
YUV162.9468.7736.03-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.97%
GREEN value IS 249 (97.66% from 255) = 73.02%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=9.97%
G=73.02%
B=17.01%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal34249580.8600.770.02126.794.7155.49
Hex22F93A5604D27f5f37
Octal42371721260115217713767
Binary100010111110011110101010110010011011011111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22F93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,249,58); }

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

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

 a { background-color: rgb(34,249,58); }

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

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

 span { border-color: rgb(34,249,58); }

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