#38F94A

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

Shades of Lime Green #38F94A

Tints of Lime Green #38F94A

Color information

#38F94A (or 0x38F94A) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 4A. RGB value is (56,249,74). Sum of RGB (Red+Green+Blue) = 56+249+74=379 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.78% from 379); Green value is 249 (97.66% from 255 or 65.70% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 249 - color contains mainly: green. Hex color #38F94A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F94A is #C706B5. Grayscale: #ABABAB. Windows color (decimal): -13043382 or 4913464. OLE color: 4913464.

HSL color Cylindrical-coordinate representation of color #38F94A: hue angle of 125.6º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38F94A is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.

Color convert

RGB5624974-
CMYK0.7800.700.02
HSL125.6º94.15%59.8%-
HSV(B)125.6º77.51%97.65%-
XYZ36.7469.0917.88-
YUV171.3473.0645.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.78%
GREEN value IS 249 (97.66% from 255) = 65.70%
BLUE value IS 74 (29.30% from 255) = 19.53%
R=14.78%
G=65.70%
B=19.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56249740.7800.700.02125.694.1559.8
Hex38F94A4E04627e5e3c
Octal703711121160106217613674
Binary1110001111100110010101001110010001101011111101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,249,74); }

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

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

 a { background-color: rgb(56,249,74); }

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

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

 span { border-color: rgb(56,249,74); }

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