#38D241

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

Shades of Lime Green #38D241

Tints of Lime Green #38D241

Color information

#38D241 (or 0x38D241) is unknown color: approx Lime Green. HEX triplet: 38, D2 and 41. RGB value is (56,210,65). Sum of RGB (Red+Green+Blue) = 56+210+65=331 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.92% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #38D241 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38D241 is #C72DBE. Grayscale: #939393. Windows color (decimal): -13053375 or 4313656. OLE color: 4313656.

HSL color Cylindrical-coordinate representation of color #38D241: hue angle of 123.51º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38D241 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB5621065-
CMYK0.7300.690.18
HSL123.51º63.11%52.16%-
HSV(B)123.51º73.33%82.35%-
XYZ25.6347.3212.78-
YUV147.4281.4862.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.92%
GREEN value IS 210 (82.42% from 255) = 63.44%
BLUE value IS 65 (25.78% from 255) = 19.64%
R=16.92%
G=63.44%
B=19.64%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal56210650.7300.690.18123.5163.1152.16
Hex38D24149045127c3f34
Octal703221011110105221747764
Binary111000110100101000001100100101000101100101111100111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38D241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,210,65); }

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

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

 a { background-color: rgb(56,210,65); }

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

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

 span { border-color: rgb(56,210,65); }

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