#38F739

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

Shades of Lime Green #38F739

Tints of Lime Green #38F739

Color information

#38F739 (or 0x38F739) is unknown color: approx Lime Green. HEX triplet: 38, F7 and 39. RGB value is (56,247,57). Sum of RGB (Red+Green+Blue) = 56+247+57=360 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.56% from 360); Green value is 247 (96.88% from 255 or 68.61% from 360); Blue value is 57 (22.66% from 255 or 15.83% from 360); Max value from RGB is 247 - color contains mainly: green. Hex color #38F739 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F739 is #C708C6. Grayscale: #A8A8A8. Windows color (decimal): -13043911 or 3798840. OLE color: 3798840.

HSL color Cylindrical-coordinate representation of color #38F739: hue angle of 120.31º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #38F739 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB5624757-
CMYK0.7700.770.03
HSL120.31º92.27%59.41%-
HSV(B)120.31º77.33%96.86%-
XYZ35.6367.6615.05-
YUV168.2365.2247.95-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.56%
GREEN value IS 247 (96.88% from 255) = 68.61%
BLUE value IS 57 (22.66% from 255) = 15.83%
R=15.56%
G=68.61%
B=15.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal56247570.7700.770.03120.3192.2759.41
Hex38F7394D04D3785c3b
Octal70367711150115317013473
Binary111000111101111110011001101010011011111110001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,247,57); }

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

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

 a { background-color: rgb(56,247,57); }

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

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

 span { border-color: rgb(56,247,57); }

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