#38D71C

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

Shades of Lime Green #38D71C

Tints of Lime Green #38D71C

Color information

#38D71C (or 0x38D71C) is unknown color: approx Lime Green. HEX triplet: 38, D7 and 1C. RGB value is (56,215,28). Sum of RGB (Red+Green+Blue) = 56+215+28=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 215 (84.38% from 255 or 71.91% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 215 - color contains mainly: green. Hex color #38D71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D71C is #C728E3. Grayscale: #929292. Windows color (decimal): -13052132 or 1890104. OLE color: 1890104.

HSL color Cylindrical-coordinate representation of color #38D71C: hue angle of 111.02º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38D71C is Cyan = 0.74, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB5621528-
CMYK0.7400.870.16
HSL111.02º76.95%47.65%-
HSV(B)111.02º86.98%84.31%-
XYZ26.1449.539.28-
YUV146.1461.3263.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.73%
GREEN value IS 215 (84.38% from 255) = 71.91%
BLUE value IS 28 (11.33% from 255) = 9.36%
R=18.73%
G=71.91%
B=9.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal56215280.7400.870.16111.0276.9547.65
Hex38D71C4A057106f4d30
Octal703273411201272015711560
Binary11100011010111111001001010010101111000011011111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D71C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,215,28); }

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

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

 a { background-color: rgb(56,215,28); }

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

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

 span { border-color: rgb(56,215,28); }

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