#38CE36

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

Shades of Lime Green #38CE36

Tints of Lime Green #38CE36

Color information

#38CE36 (or 0x38CE36) is unknown color: approx Lime Green. HEX triplet: 38, CE and 36. RGB value is (56,206,54). Sum of RGB (Red+Green+Blue) = 56+206+54=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 206 (80.86% from 255 or 65.19% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 206 - color contains mainly: green. Hex color #38CE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38CE36 is #C731C9. Grayscale: #909090. Windows color (decimal): -13054410 or 3591736. OLE color: 3591736.

HSL color Cylindrical-coordinate representation of color #38CE36: hue angle of 119.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #38CE36 is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB5620654-
CMYK0.7300.740.19
HSL119.21º60.8%50.98%-
HSV(B)119.21º73.79%80.78%-
XYZ24.3745.2510.94-
YUV143.8277.3165.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 206 (80.86% from 255) = 65.19%
BLUE value IS 54 (21.48% from 255) = 17.09%
R=17.72%
G=65.19%
B=17.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal56206540.7300.740.19119.2160.850.98
Hex38CE364904A13773d33
Octal70316661110112231677563
Binary11100011001110110110100100101001010100111110111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,206,54); }

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

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

 a { background-color: rgb(56,206,54); }

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

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

 span { border-color: rgb(56,206,54); }

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