#38D83E

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

Shades of Lime Green #38D83E

Tints of Lime Green #38D83E

Color information

#38D83E (or 0x38D83E) is unknown color: approx Lime Green. HEX triplet: 38, D8 and 3E. RGB value is (56,216,62). Sum of RGB (Red+Green+Blue) = 56+216+62=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 216 (84.77% from 255 or 64.67% from 334); Blue value is 62 (24.61% from 255 or 18.56% from 334); Max value from RGB is 216 - color contains mainly: green. Hex color #38D83E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D83E is #C727C1. Grayscale: #979797. Windows color (decimal): -13051842 or 4118584. OLE color: 4118584.

HSL color Cylindrical-coordinate representation of color #38D83E: hue angle of 122.25º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38D83E is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB5621662-
CMYK0.7400.710.15
HSL122.25º67.23%53.33%-
HSV(B)122.25º74.07%84.71%-
XYZ27.0650.312.84-
YUV150.677.9960.52-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 216 (84.77% from 255) = 64.67%
BLUE value IS 62 (24.61% from 255) = 18.56%
R=16.77%
G=64.67%
B=18.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56216620.7400.710.15122.2567.2353.33
Hex38D83E4A047F7a4335
Octal703307611201071717210365
Binary11100011011000111110100101001000111111111110101000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,216,62); }

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

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

 a { background-color: rgb(56,216,62); }

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

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

 span { border-color: rgb(56,216,62); }

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