#38C64F

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

Shades of Lime Green #38C64F

Tints of Lime Green #38C64F

Color information

#38C64F (or 0x38C64F) is unknown color: approx Lime Green. HEX triplet: 38, C6 and 4F. RGB value is (56,198,79). Sum of RGB (Red+Green+Blue) = 56+198+79=333 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.82% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 79 (31.25% from 255 or 23.72% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #38C64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C64F is #C739B0. Grayscale: #8E8E8E. Windows color (decimal): -13056433 or 5228088. OLE color: 5228088.

HSL color Cylindrical-coordinate representation of color #38C64F: hue angle of 129.72º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C64F is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB5619879-
CMYK0.7200.600.22
HSL129.72º55.91%49.8%-
HSV(B)129.72º71.72%77.65%-
XYZ23.2441.7914.24-
YUV141.9892.4666.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.82%
GREEN value IS 198 (77.73% from 255) = 59.46%
BLUE value IS 79 (31.25% from 255) = 23.72%
R=16.82%
G=59.46%
B=23.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56198790.7200.600.22129.7255.9149.8
Hex38C64F4803C16823832
Octal70306117110074262027062
Binary111000110001101001111100100001111001011010000010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,198,79); }

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

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

 a { background-color: rgb(56,198,79); }

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

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

 span { border-color: rgb(56,198,79); }

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