#38C83D

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

Shades of Lime Green #38C83D

Tints of Lime Green #38C83D

Color information

#38C83D (or 0x38C83D) is unknown color: approx Lime Green. HEX triplet: 38, C8 and 3D. RGB value is (56,200,61). Sum of RGB (Red+Green+Blue) = 56+200+61=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 200 (78.52% from 255 or 63.09% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 200 - color contains mainly: green. Hex color #38C83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C83D is #C737C2. Grayscale: #8D8D8D. Windows color (decimal): -13055939 or 4048952. OLE color: 4048952.

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

Color convert

RGB5620061-
CMYK0.7200.690.22
HSL122.08º56.69%50.2%-
HSV(B)122.08º72%78.43%-
XYZ23.1342.4911.4-
YUV141.182.7967.3-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.67%
GREEN value IS 200 (78.52% from 255) = 63.09%
BLUE value IS 61 (24.22% from 255) = 19.24%
R=17.67%
G=63.09%
B=19.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56200610.7200.690.22122.0856.6950.2
Hex38C83D48045167a3932
Octal70310751100105261727162
Binary11100011001000111101100100001000101101101111010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C83D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,200,61); }

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

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

 a { background-color: rgb(56,200,61); }

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

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

 span { border-color: rgb(56,200,61); }

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