#38ED22

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

Shades of Lime Green #38ED22

Tints of Lime Green #38ED22

Color information

#38ED22 (or 0x38ED22) is unknown color: approx Lime Green. HEX triplet: 38, ED and 22. RGB value is (56,237,34). Sum of RGB (Red+Green+Blue) = 56+237+34=327 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.13% from 327); Green value is 237 (92.97% from 255 or 72.48% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 237 - color contains mainly: green. Hex color #38ED22 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38ED22 is #C712DD. Grayscale: #A0A0A0. Windows color (decimal): -13046494 or 2288952. OLE color: 2288952.

HSL color Cylindrical-coordinate representation of color #38ED22: hue angle of 113.5º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38ED22 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB5623734-
CMYK0.7600.860.07
HSL113.5º84.94%53.14%-
HSV(B)113.5º85.65%92.94%-
XYZ32.261.5211.69-
YUV159.7457.0354.01-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.13%
GREEN value IS 237 (92.97% from 255) = 72.48%
BLUE value IS 34 (13.67% from 255) = 10.40%
R=17.13%
G=72.48%
B=10.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal56237340.7600.860.07113.584.9453.14
Hex38ED224C0567715535
Octal70355421140126716112565
Binary1110001110110110001010011000101011011111100011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38ED22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,237,34); }

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

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

 a { background-color: rgb(56,237,34); }

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

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

 span { border-color: rgb(56,237,34); }

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