#38C745

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

Shades of Lime Green #38C745

Tints of Lime Green #38C745

Color information

#38C745 (or 0x38C745) is unknown color: approx Lime Green. HEX triplet: 38, C7 and 45. RGB value is (56,199,69). Sum of RGB (Red+Green+Blue) = 56+199+69=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 199 (78.12% from 255 or 61.42% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 199 - color contains mainly: green. Hex color #38C745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C745 is #C738BA. Grayscale: #8D8D8D. Windows color (decimal): -13056187 or 4572984. OLE color: 4572984.

HSL color Cylindrical-coordinate representation of color #38C745: hue angle of 125.45º 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 #38C745 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB5619969-
CMYK0.7200.650.22
HSL125.45º56.08%50%-
HSV(B)125.45º71.86%78.04%-
XYZ23.1342.1212.54-
YUV141.4287.1267.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.28%
GREEN value IS 199 (78.12% from 255) = 61.42%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=17.28%
G=61.42%
B=21.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56199690.7200.650.22125.4556.0850
Hex38C74548041167d3832
Octal703071051100101261757062
Binary111000110001111000101100100001000001101101111101111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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