#38E217

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

Shades of Lime Green #38E217

Tints of Lime Green #38E217

Color information

#38E217 (or 0x38E217) is unknown color: approx Lime Green. HEX triplet: 38, E2 and 17. RGB value is (56,226,23). Sum of RGB (Red+Green+Blue) = 56+226+23=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 226 (88.67% from 255 or 74.10% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 226 - color contains mainly: green. Hex color #38E217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #38E217 is #C71DE8. Grayscale: #989898. Windows color (decimal): -13049321 or 1565240. OLE color: 1565240.

HSL color Cylindrical-coordinate representation of color #38E217: hue angle of 110.25º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #38E217 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB5622623-
CMYK0.7500.900.11
HSL110.25º81.53%48.82%-
HSV(B)110.25º89.82%88.63%-
XYZ28.9855.39.96-
YUV152.0355.1859.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 226 (88.67% from 255) = 74.10%
BLUE value IS 23 (9.38% from 255) = 7.54%
R=18.36%
G=74.10%
B=7.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal56226230.7500.900.11110.2581.5348.82
Hex38E2174B05AB6e5231
Octal703422711301321315612261
Binary1110001110001010111100101101011010101111011101010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,226,23); }

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

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

 a { background-color: rgb(56,226,23); }

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

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

 span { border-color: rgb(56,226,23); }

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