#38c726

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

Shades of Lime Green #38C726

Tints of Lime Green #38C726

Color information

#38C726 (or 0x38C726) is unknown color: approx Lime Green. HEX triplet: 38, C7 and 26. RGB value is (56,199,38). Sum of RGB (Red+Green+Blue) = 56+199+38=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 199 (78.12% from 255 or 67.92% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 199 - color contains mainly: green. Hex color #38C726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C726 is #C738D9. Grayscale: #8A8A8A. Windows color (decimal): -13056218 or 2541368. OLE color: 2541368.

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

Color convert

RGB5619938-
CMYK0.7200.810.22
HSL113.29º67.93%46.47%-
HSV(B)113.29º80.9%78.04%-
XYZ22.441.838.73-
YUV137.8971.6269.59-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.11%
GREEN value IS 199 (78.12% from 255) = 67.92%
BLUE value IS 38 (15.23% from 255) = 12.97%
R=19.11%
G=67.92%
B=12.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56199380.7200.810.22113.2967.9346.47
Hex38C726480511671442e
Octal703074611001212616110456
Binary111000110001111001101001000010100011011011100011000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38c726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,199,38); }

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

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

 a { background-color: rgb(56,199,38); }

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

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

 span { border-color: rgb(56,199,38); }

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