#38F22A

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

Shades of Lime Green #38F22A

Tints of Lime Green #38F22A

Color information

#38F22A (or 0x38F22A) is unknown color: approx Lime Green. HEX triplet: 38, F2 and 2A. RGB value is (56,242,42). Sum of RGB (Red+Green+Blue) = 56+242+42=340 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.47% from 340); Green value is 242 (94.92% from 255 or 71.18% from 340); Blue value is 42 (16.80% from 255 or 12.35% from 340); Max value from RGB is 242 - color contains mainly: green. Hex color #38F22A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F22A is #C70DD5. Grayscale: #A4A4A4. Windows color (decimal): -13045206 or 2814520. OLE color: 2814520.

HSL color Cylindrical-coordinate representation of color #38F22A: hue angle of 115.8º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #38F22A is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB5624242-
CMYK0.7700.830.05
HSL115.8º88.5%55.69%-
HSV(B)115.8º82.64%94.9%-
XYZ33.864.5112.86-
YUV163.5959.3851.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.47%
GREEN value IS 242 (94.92% from 255) = 71.18%
BLUE value IS 42 (16.80% from 255) = 12.35%
R=16.47%
G=71.18%
B=12.35%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal56242420.7700.830.05115.888.555.69
Hex38F22A4D0535745838
Octal70362521150123516413070
Binary1110001111001010101010011010101001110111101001011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38F22A; }

 p { color: rgb(56,242,42); }

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

<style>
 a { background-color: #38F22A; }

 a { background-color: rgb(56,242,42); }

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

<style>
 span { border-color: #38F22A; }

 span { border-color: rgb(56,242,42); }

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