#38E92F

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

Shades of Lime Green #38E92F

Tints of Lime Green #38E92F

Color information

#38E92F (or 0x38E92F) is unknown color: approx Lime Green. HEX triplet: 38, E9 and 2F. RGB value is (56,233,47). Sum of RGB (Red+Green+Blue) = 56+233+47=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 233 (91.41% from 255 or 69.35% from 336); Blue value is 47 (18.75% from 255 or 13.99% from 336); Max value from RGB is 233 - color contains mainly: green. Hex color #38E92F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38E92F is #C716D0. Grayscale: #9F9F9F. Windows color (decimal): -13047505 or 3139896. OLE color: 3139896.

HSL color Cylindrical-coordinate representation of color #38E92F: hue angle of 117.1º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #38E92F is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB5623347-
CMYK0.7600.800.09
HSL117.1º80.87%54.9%-
HSV(B)117.1º79.83%91.37%-
XYZ31.2859.3212.49-
YUV158.8764.8654.62-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 233 (91.41% from 255) = 69.35%
BLUE value IS 47 (18.75% from 255) = 13.99%
R=16.67%
G=69.35%
B=13.99%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal56233470.7600.800.09117.180.8754.9
Hex38E92F4C0509755137
Octal703515711401201116512167
Binary11100011101001101111100110001010000100111101011010001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38E92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,233,47); }

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

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

 a { background-color: rgb(56,233,47); }

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

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

 span { border-color: rgb(56,233,47); }

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