#38c91e

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

Shades of Lime Green #38C91E

Tints of Lime Green #38C91E

Color information

#38C91E (or 0x38C91E) is unknown color: approx Lime Green. HEX triplet: 38, C9 and 1E. RGB value is (56,201,30). Sum of RGB (Red+Green+Blue) = 56+201+30=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 201 (78.91% from 255 or 70.03% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 201 - color contains mainly: green. Hex color #38C91E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #38C91E is #C736E1. Grayscale: #8A8A8A. Windows color (decimal): -13055714 or 2017592. OLE color: 2017592.

HSL color Cylindrical-coordinate representation of color #38C91E: hue angle of 110.88º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38C91E is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB5620130-
CMYK0.7200.850.21
HSL110.88º74.03%45.29%-
HSV(B)110.88º85.07%78.82%-
XYZ22.7542.718.27-
YUV138.1566.9669.4-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 201 (78.91% from 255) = 70.03%
BLUE value IS 30 (12.11% from 255) = 10.45%
R=19.51%
G=70.03%
B=10.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal56201300.7200.850.21110.8874.0345.29
Hex38C91E48055156f4a2d
Octal703113611001252515711255
Binary11100011001001111101001000010101011010111011111001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38c91e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,201,30); }

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

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

 a { background-color: rgb(56,201,30); }

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

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

 span { border-color: rgb(56,201,30); }

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