#38C82A

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

Shades of Lime Green #38C82A

Tints of Lime Green #38C82A

Color information

#38C82A (or 0x38C82A) is unknown color: approx Lime Green. HEX triplet: 38, C8 and 2A. RGB value is (56,200,42). Sum of RGB (Red+Green+Blue) = 56+200+42=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 200 (78.52% from 255 or 67.11% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 200 - color contains mainly: green. Hex color #38C82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C82A is #C737D5. Grayscale: #8B8B8B. Windows color (decimal): -13055958 or 2803768. OLE color: 2803768.

HSL color Cylindrical-coordinate representation of color #38C82A: hue angle of 114.68º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #38C82A is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB5620042-
CMYK0.7200.790.22
HSL114.68º65.29%47.45%-
HSV(B)114.68º79%78.43%-
XYZ22.742.329.16-
YUV138.9373.2968.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 200 (78.52% from 255) = 67.11%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=18.79%
G=67.11%
B=14.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal56200420.7200.790.22114.6865.2947.45
Hex38C82A4804F1673412f
Octal703105211001172616310157
Binary111000110010001010101001000010011111011011100111000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C82A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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