#38FC2D

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

Shades of Lime Green #38FC2D

Tints of Lime Green #38FC2D

Color information

#38FC2D (or 0x38FC2D) is unknown color: approx Lime Green. HEX triplet: 38, FC and 2D. RGB value is (56,252,45). Sum of RGB (Red+Green+Blue) = 56+252+45=353 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.86% from 353); Green value is 252 (98.83% from 255 or 71.39% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 252 - color contains mainly: green. Hex color #38FC2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38FC2D is #C703D2. Grayscale: #AAAAAA. Windows color (decimal): -13042643 or 3013688. OLE color: 3013688.

HSL color Cylindrical-coordinate representation of color #38FC2D: hue angle of 116.81º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38FC2D is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB5625245-
CMYK0.7800.820.01
HSL116.81º97.18%58.24%-
HSV(B)116.81º82.14%98.82%-
XYZ36.9170.6514.17-
YUV169.857.5746.83-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.86%
GREEN value IS 252 (98.83% from 255) = 71.39%
BLUE value IS 45 (17.97% from 255) = 12.75%
R=15.86%
G=71.39%
B=12.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal56252450.7800.820.01116.8197.1858.24
Hex38FC2D4E052175613a
Octal70374551160122116514172
Binary11100011111100101101100111001010010111101011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38FC2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,252,45); }

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

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

 a { background-color: rgb(56,252,45); }

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

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

 span { border-color: rgb(56,252,45); }

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