#38D843

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

Shades of Lime Green #38D843

Tints of Lime Green #38D843

Color information

#38D843 (or 0x38D843) is unknown color: approx Lime Green. HEX triplet: 38, D8 and 43. RGB value is (56,216,67). Sum of RGB (Red+Green+Blue) = 56+216+67=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 216 (84.77% from 255 or 63.72% from 339); Blue value is 67 (26.56% from 255 or 19.76% from 339); Max value from RGB is 216 - color contains mainly: green. Hex color #38D843 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D843 is #C727BC. Grayscale: #979797. Windows color (decimal): -13051837 or 4446264. OLE color: 4446264.

HSL color Cylindrical-coordinate representation of color #38D843: hue angle of 124.12º 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 #38D843 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.15.

Color convert

RGB5621667-
CMYK0.7400.690.15
HSL124.12º67.23%53.33%-
HSV(B)124.12º74.07%84.71%-
XYZ27.250.3613.6-
YUV151.1780.4960.12-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.52%
GREEN value IS 216 (84.77% from 255) = 63.72%
BLUE value IS 67 (26.56% from 255) = 19.76%
R=16.52%
G=63.72%
B=19.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal56216670.7400.690.15124.1267.2353.33
Hex38D8434A045F7c4335
Octal7033010311201051717410365
Binary111000110110001000011100101001000101111111111001000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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