#38F945

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

Shades of Lime Green #38F945

Tints of Lime Green #38F945

Color information

#38F945 (or 0x38F945) is unknown color: approx Lime Green. HEX triplet: 38, F9 and 45. RGB value is (56,249,69). Sum of RGB (Red+Green+Blue) = 56+249+69=374 (49% of max value = 765). Red value is 56 (22.27% from 255 or 14.97% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 69 (27.34% from 255 or 18.45% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #38F945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #38F945 is #C706BA. Grayscale: #ABABAB. Windows color (decimal): -13043387 or 4585784. OLE color: 4585784.

HSL color Cylindrical-coordinate representation of color #38F945: hue angle of 124.04º 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 #38F945 is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB5624969-
CMYK0.7800.720.02
HSL124.04º94.15%59.8%-
HSV(B)124.04º77.51%97.65%-
XYZ36.5869.0217.02-
YUV170.7770.5646.14-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 14.97%
GREEN value IS 249 (97.66% from 255) = 66.58%
BLUE value IS 69 (27.34% from 255) = 18.45%
R=14.97%
G=66.58%
B=18.45%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal56249690.7800.720.02124.0494.1559.8
Hex38F9454E04827c5e3c
Octal703711051160110217413674
Binary1110001111100110001011001110010010001011111001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38F945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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